A
licenseC
qualityD
maintenanceA template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.
12
2
MIT
一个用于 Smithery 的强大的 MCP 服务器生成器,带有 Cursor IDE 集成。
从模板生成新的 MCP 服务器
获取 Cursor IDE 集成配置
获取 Smithery 的部署说明
Related MCP server: MCP Server Boilerplate
基础:带有示例工具的简单 MCP 服务器
网页搜索:具有网页搜索功能的 MCP 服务器
数据库:MCP服务器与PostgreSQL数据库交互
npm installnpm start要将此 MCP 服务器与 Cursor IDE 集成,请将以下配置添加到您的~/.cursor/mcp.json文件中:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@your-username/mcp-forge",
"--config",
"{}"
]
}
}
}使用指定的配置生成新的 MCP 服务器。
为 Cursor IDE 提供集成代码。
提供部署到 Smithery 的说明。
麻省理工学院
MCP server for building and testing AI agents with multi-model experimentation and insights.
Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This…
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.