Skip to main content
Glama

MCP Create Server

by tesla0225
tsconfig.json457 B
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "outDir": "build", // distからbuildに変更済み "rootDir": ".", "declaration": true }, "include": ["**/*.ts"], // すべてのサブディレクトリの.tsファイルを含める "exclude": ["node_modules", "build"] // 除外先も変更済み }

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/tesla0225/mcp-create'

If you have feedback or need assistance with the MCP directory API, please join our Discord server