Skip to main content
Glama

Onyx Documentation MCP Server

package.json1.85 kB
{ "name": "@onyxlang/mcp-server", "version": "2.0.0", "description": "Model Context Protocol (MCP) server for Onyx programming language with documentation, GitHub examples, and bridge connectivity", "main": "src/index.js", "bin": { "onyx-mcp": "src/index.js" }, "type": "module", "engines": { "node": ">=18.0.0" }, "scripts": { "start": "node src/index.js server", "dev": "node src/index.js server --dev", "http": "node src/index.js http", "http:dev": "node src/index.js http --dev", "bridge": "node src/index.js bridge", "test": "node src/index.js test", "validate": "node src/index.js validate", "crawl:docs": "node src/index.js crawl docs", "crawl:github": "node src/index.js crawl github", "crawl:all": "node src/index.js crawl all", "prepublishOnly": "npm run validate && npm run test" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "cheerio": "^1.0.0-rc.12", "axios": "^1.6.0", "dotenv": "^16.0.0", "commander": "^12.0.0", "express": "^4.18.0", "cors": "^2.8.5" }, "devDependencies": { "nodemon": "^3.0.0" }, "keywords": [ "mcp", "model-context-protocol", "onyx", "onyx-lang", "programming-language", "documentation", "github", "claude", "ai", "assistant", "bridge", "server" ], "author": { "name": "Onyx Language Team", "url": "https://onyxlang.io" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/onyx-lang/onyx-mcp-server.git" }, "bugs": { "url": "https://github.com/onyx-lang/onyx-mcp-server/issues" }, "homepage": "https://github.com/onyx-lang/onyx-mcp-server#readme", "files": [ "src/", "README.md", "LICENSE", ".env.example", "claude-desktop-config.example.json" ] }

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/elias-michaias/onyx_mcp'

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