Skip to main content
Glama

Graphlit MCP Server

Official
package.json1.29 kB
{ "name": "graphlit-mcp-server", "version": "1.0.1", "description": "Graphlit MCP Server", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/graphlit/graphlit-mcp-server.git" }, "contributors": [ "Kirk Marple (https://github.com/kirk-marple)" ], "bin": { "graphlit-mcp-server": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "start": "node ./dist/index.js", "dev": "ts-node ./src/index.ts", "build": "tsc -p tsconfig.json", "watch": "tsc --watch", "check": "tsc --noEmit --incremental", "format": "prettier --write .", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "keywords": [ "Graphlit", "API", "LLM", "AI", "RAG", "OpenAI", "PDF", "parsing", "preprocessing", "memory", "agents", "agent tools", "retrieval", "web scraping", "knowledge graph", "MCP" ], "author": "Unstruk Data Inc.", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.1", "graphlit-client": "^1.0.20250922001" }, "devDependencies": { "@types/mime-types": "^3.0.1", "prettier": "^3.5.3", "typescript": "^5.8.3" } }

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/graphlit/graphlit-mcp-server'

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