FastMCPServer

yamato-snow
GitHub
MCPTypeScriptApp Automation

Loading subscription status...

💡 Description

FastMCP is a TypeScript framework for creating MCP servers with client session management and quick resource definitions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "my-mcp-server": {
        "env": {
          "ENV_VAR_NAME": "value"
        },
        "args": [
          "tsx",
          "/path/to/project/src/index.ts"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

addfetch-zoddownload

Features

  • Client session management
  • Error logging
  • Automatic argument completion

💬 Example Queries

  • Create a tool that adds two numbers.
  • Generate a Git commit message based on changes.