Skip to main content
Glama

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

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 install

Uso

npm start

Integració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)

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Una herramienta que genera servidores MCP para Smithery con integración de Cursor IDE, lo que permite a los usuarios crear rápidamente servidores a partir de plantillas como interacciones básicas, de búsqueda web o de base de datos.

  1. Características
    1. Plantillas
      1. Instalación
        1. Uso
          1. Integración con Cursor IDE
            1. Herramientas
              1. 1. Generar servidor MCP
              2. 2. Obtener la integración del cursor
              3. 3. Desplegar en Smithery
            2. Licencia

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.
                Last updated -
                1
                423
                14
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                An MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.
                Last updated -
                4
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A TypeScript-based server project that can be integrated with Cursor IDE as an MCP (Model Control Protocol) server, enabling enhanced development capabilities.
                Last updated -
                137
                TypeScript
              • A
                security
                A
                license
                A
                quality
                Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor. This is especially useful for developing desktop applications that require complex user interactions to test.
                Last updated -
                1
                41
                Python
                MIT License
                • Linux
                • Apple

              View all related MCP servers

              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