A Model Context Protocol implementation for managing and serving AI prompts with a TypeScript-based architecture in a monorepo structure.
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.
git clone https://github.com/yourusername/instructa-ai.git cd instructa-ai
pnpm install
cp packages/mcp/.env.dist packages/mcp/.env # Edit .env file with your configuration
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
.
āāā packages/
ā āāā mcp/ # MCP implementation package
ā āāā src/ # Source code
ā āāā .env # Environment configuration
āāā package.json # Root package.json
āāā pnpm-workspace.yaml
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This repository is open-source under the MIT license. You're free to use, modify, and distribute it under those terms. Enjoy building!
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!