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
- Clone the repository:
git clone https://github.com/yourusername/instructa-ai.git
cd instructa-ai
- Install dependencies:
pnpm install
- 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!
Instructa AI Prompts API
Project Details
- instructa/ai-prompts-mcp
- prompts
- Last Updated: 4/1/2025
Recomended MCP Servers
An MCP sse implementation of the Model Context Protocol (MCP) server integrated with SearXNG for providing AI agents...
MCP Ashby connector
MCP server for understanding AWS spend
Model Context Protocol (MCP) Server for HashiCorp Vault secret management
An MCP server for fetching RFC related information.
A Model Context Protocol (MCP) server that provides hourly and daily weather forecasts using the AccuWeather API.
MCP server that provides code context and analysis for AI assistants. Extracts directory structure and code symbols using...





