Skip to main content
Glama
deno.jsonc714 B
{ "name": "mcp-run-python", "license": "MIT", "nodeModulesDir": "auto", "exports": { ".": "./src/main.ts" }, "compilerOptions": { "noUncheckedIndexedAccess": true }, "tasks": { "dev": "deno run -N -R=node_modules -W=node_modules src/main.ts", "lint": "deno lint", "typecheck": "deno check src", "format": "deno fmt" }, "imports": { "@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.17.5", "@std/cli": "jsr:@std/cli@^1.0.15", "@std/path": "jsr:@std/path@^1.0.8", "pyodide": "npm:pyodide@0.28.2", "zod": "npm:zod@^3.24.4" }, "fmt": { "lineWidth": 120, "semiColons": false, "singleQuote": true, "include": ["src"] } }

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/pydantic/mcp-run-python'

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