Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Documentation Service
by
alekspetrov
Verified
npm
GitHub
File Systems
Knowledge & Memory
Search
TypeScript
MIT License
346
11
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-docs-service
.cursor
dist
docs
scripts
src
.vscode
CHANGELOG.md
.gitignore
LICENSE
mcp-client.js
mcp-inspector-wrapper.js
.npmignore
package.json
package-lock.json
PUBLISHING.md
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "declaration": true, "sourceMap": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }