Skip to main content
Glama

Quantitative Researcher MCP Server

by tejpalvirk
package.json1.28 kB
{ "name": "contextmanager-quantitativeresearch", "version": "1.0.0", "description": "MCP Server implementations for managing context of quantitative research projects", "type": "module", "main": "./index.js", "bin": { "contextmanager-quantitativeresearch": "./index.js" }, "files": [ "index.js", "README.md", "*.txt" ], "scripts": { "build": "tsc && shx chmod +x index.js && cp quantitativeresearch_*.txt ../main/descriptions", "prepare": "npm run build", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/tejpalvirk/contextmanager.git" }, "keywords": [ "mcp", "claude", "context" ], "author": "Tejpal Virk", "license": "MIT", "bugs": { "url": "https://github.com/tejpalvirk/contextmanager/issues" }, "homepage": "https://github.com/tejpalvirk/contextmanager#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "zod": "^3.22.4", "yargs": "^17.7.2", "chalk": "^5.3.0" }, "bundledDependencies": [ "@modelcontextprotocol/sdk", "zod", "yargs", "chalk" ], "devDependencies": { "@types/node": "^18.15.3", "@types/yargs": "^17.0.33", "shx": "^0.3.4", "typescript": "^5.0.2" } }

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/tejpalvirk/quantitativeresearch'

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