Skip to main content
Glama
package.json3.95 kB
{ "name": "octocode-mcp-vscode", "version": "1.0.4", "description": "Management extension for Octocode MCP Server. Enables AI assistants to search, analyze, and understand codebases across GitHub. Supports Cursor, Windsurf, Antigravity, Cline, Roo Code, Trae, and more.", "keywords": [ "mcp", "model-context-protocol", "github", "code-search", "code-analysis", "repository-explorer", "ai", "ai-assistant", "claude", "copilot", "cursor", "windsurf", "antigravity", "cline", "roo-code", "trae", "gemini", "octocode", "pull-request", "code-research", "agentic" ], "homepage": "https://octocode.ai", "repository": "bgauryy/octocode-mcp", "bugs": "https://github.com/bgauryy/octocode-mcp/issues", "license": "MIT", "activationEvents": [ "onStartupFinished" ], "categories": [ "Other", "Machine Learning", "Programming Languages" ], "contributes": { "commands": [ { "command": "octocode.loginGitHub", "title": "Octocode MCP: Sign in to GitHub", "icon": "$(github)" }, { "command": "octocode.logoutGitHub", "title": "Octocode MCP: Sign out of GitHub" }, { "command": "octocode.showAuthStatus", "title": "Octocode MCP: Show GitHub Auth Status" }, { "command": "octocode.startServer", "title": "Octocode MCP: Start Server" }, { "command": "octocode.stopServer", "title": "Octocode MCP: Stop Server" }, { "command": "octocode.showStatus", "title": "Octocode MCP: Show Status" }, { "command": "octocode.installMcp", "title": "Octocode MCP: Install MCP Server" }, { "command": "octocode.installForCline", "title": "Octocode MCP: Install for Cline" }, { "command": "octocode.installForRooCode", "title": "Octocode MCP: Install for Roo Code" }, { "command": "octocode.installForTrae", "title": "Octocode MCP: Install for Trae" }, { "command": "octocode.installForAll", "title": "Octocode MCP: Install for All Clients" } ], "configuration": { "title": "Octocode MCP", "properties": { "octocode.autoInstallMcp": { "type": "boolean", "default": true, "description": "Automatically configure Octocode MCP server in supported editors (Cursor, Windsurf, Trae, Antigravity)." }, "octocode.githubToken": { "type": "string", "default": "", "description": "GitHub personal access token (optional). Prefer using 'Sign in to GitHub' command for OAuth authentication." } } } }, "devDependencies": { "@types/node": "^22.15.29", "@types/vscode": "^1.85.0", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vscode/vsce": "^2.22.0", "esbuild": "^0.27.1", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "prettier": "^3.5.3", "tslib": "^2.8.1", "typescript": "^5.9.2" }, "displayName": "Octocode MCP", "engines": { "vscode": "^1.85.0" }, "icon": "images/icon.png", "main": "./out/extension.js", "publisher": "bgauryy", "scripts": { "build": "yarn esbuild src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node --minify", "compile": "npm run build", "lint": "yarn eslint src --ext ts", "package": "npx @vscode/vsce package --allow-missing-repository --no-dependencies", "publish": "npx @vscode/vsce publish", "vscode:prepublish": "npm run build", "watch": "esbuild src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node --watch" } }

Latest Blog Posts

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