Skip to main content
Glama

Thingiverse MCP Server

by gpaul-mcp
tsconfig.json621 B
{ "compilerOptions": { "target": "ES2020", "module": "Node16", "lib": ["ES2020", "dom"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16", "resolveJsonModule": true, "baseUrl": "./src", "paths": { "@/*": ["*"], "@utils/*": ["utils/*"], "@class/*": ["class/*"], "@types/*": ["types/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "src/**/__tests__/**"] }

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/gpaul-mcp/MCP_thingiverse'

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