Skip to main content
Glama

Memory Context Provider Server

by Srish-ty
package.json663 B
{ "name": "mcp-server", "version": "1.0.0", "description": "Memory Context Provider Server for LLM Testing", "main": "dist/index.js", "scripts": { "dev": "ts-node-dev --respawn --transpile-only src/mcp-server.ts", "build": "tsc", "start": "node dist/mcp-server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@anthropic-ai/mcp-sdk": "^1.0.0", "express": "^4.18.2", "mongoose": "^8.0.0", "uuid": "^9.0.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.19", "@types/uuid": "^9.0.8", "ts-node-dev": "^2.0.0", "typescript": "^5.3.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/Srish-ty/MCP-Testing-interface-for-LLMs'

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