Skip to main content
Glama

Octocode MCP

package.jsonβ€’2.11 kB
{ "name": "octocode-monorepo", "version": "1.0.0", "description": "Monorepo for Octocode MCP and related packages - Model Context Protocol server for advanced GitHub repository analysis and code discovery.", "author": "Guy Bary <bgauryy@gmail.com>", "homepage": "https://octocode.ai", "repository": "bgauryy/octocode-mcp.git", "bugs": "https://github.com/bgauryy/octocode-mcp/issues", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.15.29", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "^2.1.5", "@vitest/ui": "^2.1.5", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "prettier": "^3.5.3", "rollup": "^4.46.2", "rollup-plugin-terser": "^7.0.2", "syncpack": "^14.0.0-alpha.19", "tslib": "^2.8.1", "typescript": "^5.9.2", "vitest": "^3.2.4", "wsrun": "^5.2.4" }, "engines": { "node": ">=18.12.0" }, "private": true, "scripts": { "build": "yarn syncpack:lint && yarn lint && wsrun --stages build", "build:dev": "wsrun --stages build:dev", "build:watch": "wsrun --parallel build:watch", "build:incremental": "wsrun --stages --exclude-missing build", "clean": "wsrun --parallel clean", "dev": "wsrun --parallel dev", "format": "wsrun --parallel format", "format:check": "wsrun --parallel format:check", "lint": "wsrun --parallel lint", "lint:fix": "wsrun --parallel lint:fix", "postinstall": "wsrun --stages --exclude-missing install", "prepublishOnly": "yarn build && yarn test", "syncpack:fix": "syncpack fix", "syncpack:lint": "syncpack lint", "test": "wsrun --parallel test", "test:coverage": "wsrun --parallel test:coverage", "test:ui": "wsrun --parallel test:ui", "test:watch": "wsrun --parallel test:watch" }, "workspaces": [ "packages/*" ] }

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/bgauryy/octocode-mcp'

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