Skip to main content
Glama

MCPフォージ

Cursor IDE 統合による Smithery 用の強力な MCP サーバー ジェネレーター。

特徴

  • テンプレートから新しい MCP サーバーを生成する

  • カーソルIDE統合構成を取得する

  • Smitheryの導入手順を入手する

Related MCP server: MCP Server Boilerplate

テンプレート

  • 基本: サンプルツールを備えたシンプルな MCP サーバー

  • Web検索: Web検索機能を備えたMCPサーバー

  • データベース: PostgreSQLデータベースとの連携機能を備えたMCPサーバー

インストール

npm install

使用法

npm start

カーソルIDEとの統合

この MCP サーバーを Cursor IDE と統合するには、 ~/.cursor/mcp.jsonファイルに次の構成を追加します。

{
  "mcpServers": {
    "mcp-forge": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@your-username/mcp-forge",
        "--config",
        "{}"
      ]
    }
  }
}

ツール

1. MCPサーバーを生成する

指定された構成で新しい MCP サーバーを生成します。

2. カーソル統合を取得する

Cursor IDE の統合コードを提供します。

3. Smitheryにデプロイする

Smithery へのデプロイ手順を説明します。

ライセンス

マサチューセッツ工科大学

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

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A 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.
    2
    8
    -
  • F
    license
    B
    quality
    D
    maintenance
    A 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.
    1
    12
    -
  • F
    license
    A
    quality
    D
    maintenance
    A 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.
    7
    11
    -

Latest Blog Posts

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