Mentioned in the social links section with a connection to the developer's profile (@kevinkern.dev), suggesting potential Bluesky integration or compatibility.
Used for environment configuration management, allowing customization of the server through environment variables.
Used for repository cloning as part of the installation process, indicating Git integration for source control management.
Repository is hosted on GitHub as indicated in the cloning instructions and license link, providing integration with GitHub's platform for project hosting.
Required as a prerequisite for running the server, providing the JavaScript runtime environment.
Used as the package manager for the project's monorepo structure, managing dependencies and workspaces.
Used as the primary programming language for the project, providing type safety and modern JavaScript features.
Used for the workspace configuration with pnpm-workspace.yaml mentioned in the project structure.
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:
- Install dependencies:
- Set up environment variables:
🏃♂️ Development
To start the development server:
🏗️ Project Structure
🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
🌐 Social
- X/Twitter: @kregenrek
- Bluesky: @kevinkern.dev
📝 License
This repository is open-source under the MIT license. You're free to use, modify, and distribute it under those terms. Enjoy building!
This server cannot be installed
A Model Context Protocol implementation for managing and serving AI prompts with a TypeScript-based architecture in a monorepo structure.
Related MCP Servers
- -securityAlicense-qualityA TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.Last updated -6TypeScriptMIT License
- -securityAlicense-qualityProvides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.Last updated -0TypeScriptMIT License
- AsecurityAlicenseAqualityA TypeScript-based Model Context Protocol toolkit that enables AI to interact with code files, manage translations, build projects, and search for files and code content.Last updated -33435TypeScriptMIT License
- -securityFlicense-qualityA TypeScript template for creating Model Context Protocol servers that enable AI models to utilize external tools, including example operations and simple number addition functionality.Last updated -2TypeScript