Skip to main content
Glama

MemoryMesh

by CheMiguel23
tsconfig.json989 B
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "dist", "rootDir": "src", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "strict": true, "sourceMap": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "checkJs": false, "declaration": true, "skipLibCheck": true, "baseUrl": "src", "paths": { "@core/*": [ "core/*" ], "@infrastructure/*": [ "infrastructure/*" ], "@application/*": [ "application/*" ], "@integration/*": [ "integration/*" ], "@shared/*": [ "shared/*" ], "@data/*": [ "data/*" ], "@config/*": [ "config/*" ] } }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }

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/CheMiguel23/MemoryMesh'

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