Skip to main content
Glama

Chronos MCP Server

package.json769 B
{ "name": "chronos-mcp", "version": "1.0.4", "description": "Chronos – A Stellar MCP server", "main": "build/index.js", "type": "module", "bin": { "chronos": "build/index.js" }, "repository": { "type": "git", "url": "https://github.com/grandmastr/chronos-mcp.git" }, "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@stellar/stellar-sdk": "^13.3.0", "dotenv": "^16.5.0", "node-fetch": "^3.3.2", "typescript": "^5.8.3", "uuid": "^9.0.1" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/node": "^22.15.17", "@types/uuid": "^10.0.0", "prettier": "^3.5.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/grandmastr/chronos-mcp'

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