Skip to main content
Glama

Theneo MCP Server

by atombreak
package.jsonβ€’1.93 kB
{ "name": "theneo-mcp", "version": "0.1.0", "description": "MCP server for Theneo SDK - automation backbone for API documentation", "type": "module", "main": "./dist/server.js", "bin": { "theneo-mcp": "./dist/cli.js" }, "scripts": { "dev": "NODE_OPTIONS='--loader ts-node/esm' ts-node src/server.ts", "dev:cli": "NODE_OPTIONS='--loader ts-node/esm' ts-node src/cli.ts", "build": "tsc && chmod +x dist/cli.js", "start": "node dist/server.js", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "lint": "eslint src/**/*.ts", "format": "prettier --write \"src/**/*.ts\" \"examples/**/*.md\"", "type-check": "tsc --noEmit", "prepublishOnly": "npm run type-check && npm run lint && npm run test && npm run build" }, "keywords": [ "theneo", "mcp", "model-context-protocol", "api-documentation", "openapi", "automation", "ai" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theneo/theneo-mcp.git" }, "bugs": { "url": "https://github.com/theneo/theneo-mcp/issues" }, "homepage": "https://github.com/theneo/theneo-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@theneo/sdk": "^0.15.1", "dotenv": "^16.4.5", "keytar": "^7.9.0", "minimist": "^1.2.8", "yaml": "^2.6.1", "zod": "^3.23.8" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/minimist": "^1.2.5", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", "@vitest/coverage-v8": "^1.2.0", "@vitest/ui": "^1.2.0", "eslint": "^9.17.0", "prettier": "^3.4.2", "ts-node": "^10.9.2", "typescript": "^5.7.2", "vitest": "^1.2.0" }, "engines": { "node": ">=18.0.0" } }

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/atombreak/theneo-mcp'

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