Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-llm
Claim
by
sammcj
npm
GitHub
Developer Tools
JavaScript
MIT License
353
5
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
examples
.github
src
CHANGELOG.md
.gitignore
legit.png
LICENSE
.nvmrc
package.json
package-lock.json
README.md
sample-mcp-settings.json
screenshot1.png
screenshot2.png
smithery.yaml
tsconfig.json
{ "author": { "name": "Sam McLeod", "url": "https://smcleod.net" }, "bin": { "mcp-llm": "./build/index.js" }, "bugs": { "url": "https://github.com/sammcj/mcp-llm/issues" }, "dependencies": { "@llamaindex/community": "0.0.88", "@llamaindex/ollama": "0.0.46", "@llamaindex/openai": "0.1.58", "@modelcontextprotocol/sdk": "1.6.1", "llamaindex": "0.9.7" }, "description": "MCP server for interacting with LLMs using LlamaIndexTS", "devDependencies": { "@types/node": "22.13.9", "typescript": "^5.8.2" }, "engines": { "node": ">=20" }, "files": [ "build", "README.md", "LICENSE" ], "homepage": "https://github.com/sammcj/mcp-llm#readme", "keywords": [ "mcp", "documentation", "llm", "ai", "package", "docs", "llamaindex", "sammcj", "smcleod" ], "license": "MIT", "main": "build/index.js", "name": "mcp-llm", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sammcj/mcp-llm.git" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "bump": "npx -y standard-version --skip.tag && git add . ; git commit -m 'chore: bump version' ; git push", "dev": "tsc && node build/index.js", "example": "node examples/use-mcp-server.js", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepare": "npm run build", "start": "node build/index.js", "test": "echo \"Error: no test specified\" && exit 1", "watch": "tsc --watch" }, "type": "module", "version": "1.0.6" }