Back to directory
yoshida24/preset-mcpserver-ts-local

yoshida24/preset-mcpserver-ts-local

@Yoshida24

ローカルにMCPサーバーを作成するためのプリセット(本地MCP server开发模板)

fastmcptypescriptdenotemplatelocalpresetmcp-serverdevelopmenttool

Installation & Configuration

{
  "mcpServers": {
    "string-process-preset": {
      "command": "deno",
      "args": [
        "run",
        "--allow-all",
        "/path/src/index.ts"
      ],
      "env": {
        "YOUR_ENV": "MyEnv"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15