An open-source application for managing AI prompts as MCP tools.
This application helps to generate one-shot prompts and convert them to tools that can be used by an MCP client like Claude desktop, Cursor or Cline.
- Prompt to Tool Conversion: Create (or generate) one-shot prompts and convert them into reusable tools.
- Testing Tools: Test tools with a clean Chat interface.
- MCP Export & Integration: Export tools grouped under projects for integration with MCP clients (e.g., Claude desktop, Cursor, Cline).
This project is built using the T3 stack, which includes:
Further details about the T3 stack can be found in the T3 Stack documentation.
To get started with development, follow these steps:
- Node.js >= 18.0.0
- pnpm >= 8.6.12
- Docker Desktop (for local Postgres)
- Environment Variables: Create a
.env
file from.env.example
and configure necessary environment variables. - Database:
./start-database
- Install Dependencies:
Database migrations will run automatically during the installation process.
pnpm install
To run the app locally for development:
pnpm run dev
Open http://localhost:3000 to view the app in your browser.
Contributions, suggestions, bug reports and fixes are welcome!
For new features or components, please open an issue and discuss before sending a PR.
This project is licensed under the MIT License. See the LICENSE file for details