Skip to main content
Glama

Memory MCP Server

by inchan
tsconfig.json1.09 kB
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "composite": true, "incremental": true, "isolatedModules": true, "noUnusedLocals": true, "noUnusedParameters": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true }, "references": [ { "path": "./packages/common" }, { "path": "./packages/storage-md" }, { "path": "./packages/index-search" }, { "path": "./packages/assoc-engine" }, { "path": "./packages/mcp-server" } ], "files": [], "include": [], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts" ] }

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/inchan/memory-mcp'

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