Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TxtAi Memory Vector Server
  • MCP Server
  • MCP Framework
  • MCP Server for ArangoDB
  • MCP SSH Server
Back to MCP Servers
Instructa AI Prompts MCP

Instructa AI Prompts MCP

Public
instructa/ai-prompts-mcp

A Model Context Protocol implementation for managing and serving AI prompts with a TypeScript-based architecture in a monorepo structure.

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

Instructa AI - MCP Prompts API

This repository contains a Model Context Protocol (MCP) implementation for managing and serving AI prompts. The project is built using TypeScript and follows a monorepo structure using pnpm workspaces.

šŸš€ Features

  • MCP (Model Context Protocol) implementation
  • TypeScript-based architecture
  • Monorepo structure using pnpm workspaces
  • Environment-based configuration

šŸ“‹ Prerequisites

  • Node.js (LTS version recommended)
  • pnpm (Package manager)

šŸ› ļø Installation

  1. Clone the repository:
git clone https://github.com/yourusername/instructa-ai.git cd instructa-ai
  1. Install dependencies:
pnpm install
  1. Set up environment variables:
cp packages/mcp/.env.dist packages/mcp/.env # Edit .env file with your configuration

šŸƒā€ā™‚ļø Development

To start the development server:

# Start MCP development server pnpm dev:mcp # Build MCP package pnpm build:mcp # Start MCP production server pnpm start:mcp

šŸ—ļø Project Structure

.
ā”œā”€ā”€ packages/
│   └── mcp/          # MCP implementation package
│       ā”œā”€ā”€ src/      # Source code
│       └── .env      # Environment configuration
ā”œā”€ā”€ package.json      # Root package.json
└── pnpm-workspace.yaml

šŸ¤ Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

🌐 Social

  • X/Twitter: @kregenrek
  • Bluesky: @kevinkern.dev

šŸ“ License

MIT License

This repository is open-source under the MIT license. You're free to use, modify, and distribute it under those terms. Enjoy building!

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025
  • MCP Server
    MCP Server

    A Model Context Protocol server that provides greeting tools, resources, and prompts, demonstrating ...

    Added May 30, 2025
  • MCP Framework
    MCP Framework

    A TypeScript framework for building Model Context Protocol (MCP) servers with automatic discovery an...

    Added May 30, 2025
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    A TypeScript-based server to interact with ArangoDB using the Model Context Protocol, enabling datab...

    7 tools
    Added May 30, 2025
  • MCP SSH Server
    MCP SSH Server

    A secure SSH server implementation for Model Context Protocol that enables remote command execution ...

    Added May 30, 2025