MCP Forge
Forja MCP
Un potente generador de servidor MCP para Smithery con integración de Cursor IDE.
Características
Generar nuevos servidores MCP a partir de plantillas
Obtener configuraciones de integración de Cursor IDE
Obtener instrucciones de implementación para Smithery
Related MCP server: MCP Server Boilerplate
Plantillas
Básico : Servidor MCP simple con una herramienta de ejemplo
Búsqueda web : servidor MCP con capacidades de búsqueda web
Base de datos : Servidor MCP con interacción con la base de datos PostgreSQL
Instalación
npm installUso
npm startIntegración con Cursor IDE
Para integrar este servidor MCP con Cursor IDE, agregue la siguiente configuración a su archivo ~/.cursor/mcp.json :
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@your-username/mcp-forge",
"--config",
"{}"
]
}
}
}Herramientas
1. Generar servidor MCP
Genera un nuevo servidor MCP con la configuración especificada.
2. Obtener la integración del cursor
Proporciona código de integración para Cursor IDE.
3. Desplegar en Smithery
Proporciona instrucciones para el despliegue en Smithery.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
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…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseCqualityDmaintenanceA 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.122MIT
- FlicenseCqualityDmaintenanceA starter template for building MCP servers that can integrate with Claude, Cursor, or other MCP-compatible AI assistants to create custom tools, resource providers, and prompt templates.28-
- FlicenseBqualityDmaintenanceA starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP integrations.112-
- FlicenseAqualityDmaintenanceA starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP servers.711-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chromewillow/mcp-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server