Skip to main content
Glama

Currents

Official
by currents-dev
package.json1.09 kB
{ "name": "@currents/mcp", "type": "module", "files": [ "build" ], "bin": "./build/index.js", "version": "2.1.1", "description": "Currents MCP server", "main": "index.js", "scripts": { "build": "tsc && chmod 755 build/index.js", "publish:mcp": "npm run publish:npm", "publish:npm": "npm run rm && npm run build && ./publish.cjs", "start": "node build/index.js", "rm": "rimraf dist", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "commander": "^12.1.0", "pino": "^9.9.5", "pino-pretty": "^13.1.1", "zod": "^3.24.2" }, "release-it": { "git": { "requireCleanWorkingDir": false } }, "devDependencies": { "@types/node": "^22.13.17", "@vitest/ui": "^2.1.8", "@vitest/coverage-v8": "^2.1.8", "release-it": "^18.1.2", "rimraf": "^6.0.1", "typescript": "^5.8.2", "vitest": "^2.1.8" } }

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/currents-dev/currents-mcp'

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