We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaolai/claude-writers-aid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"entryPoints": ["src/index.ts"],
"entryPointStrategy": "expand",
"out": "docs",
"exclude": [
"**/*.test.ts",
"**/*.spec.ts",
"**/node_modules/**"
],
"excludePrivate": false,
"excludeProtected": false,
"excludeExternals": true,
"readme": "README.md",
"name": "Claude Conversation Memory",
"includeVersion": true,
"sort": ["source-order"],
"categorizeByGroup": true,
"defaultCategory": "Other",
"categoryOrder": [
"Core",
"Storage",
"Parsers",
"Search",
"Embeddings",
"Tools",
"Types",
"Utilities",
"*"
],
"plugin": [],
"theme": "default",
"navigationLinks": {
"GitHub": "https://github.com/xiaolai/claude-conversation-memory"
}
}