Skip to main content
Glama

Columbia MCP Server

by smithery-ai
tsconfig.json1.1 kB
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "lib": ["ES2020"], "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./build", "baseUrl": ".", "paths": { "@columbia-mcp/*": ["packages/*/src"], "@shared/*": ["shared/*"] }, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": [ "packages/*/src/**/*", "services/*/src/**/*", "shared/**/*", "tests/**/*" ], "exclude": [ "node_modules", "build", "**/dist", "**/*.test.ts", "**/*.spec.ts", "**/jest.config.js" ] }

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/smithery-ai/COLUMBIA-MCP-SERVERS'

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