obox-mcp
Integrates with GitHub Copilot in VS Code to provide project automation, language management, file system search, and system utilities for AI-assisted development.
Integrates with Google Antigravity to enable AI agents to run commands, manage projects, and navigate the file system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@obox-mcpFind all Python files with TODO comments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.

Click the image to watch the video tutorial.
π Obox MCP: Project Setup & Integration
English | TiαΊΏng Viα»t
This guide explains how to install and integrate Obox MCP into your coding environment.
Obox MCP is a comprehensive development toolkit designed to supercharge your IDE. It provides:
Project Automation: Manage dependencies and run tasks with
just.Language Tools: Manage Node.js, Python, and .NET environments.
File System: Advanced file search and navigation with
fdandripgrep.System Utilities: Cross-platform installers and shell integration.
π Why Obox MCP?
β Without Obox MCP
LLMs are isolated execution environments. They cannot see your system or run code. You get:
β Manual Execution: The AI code suggests commands, but you have to switch to the terminal to run them.
β Blind Guessing: The AI hallucinates file paths or project structures it can't see.
β Outdated Context: You have to manually copy-paste file contents for the AI to understand your project.
β With Obox MCP
Obox MCP gives your AI agent hands and eyes. It can autonomously run commands, manage files, and navigate your project without you lifting a finger.
Add use obox to your prompt:
"Find all Python files containing 'TODO' and list their locations."
"Initialize a new FastAPI project, install dependencies, and run the server."
Obox MCP fetches real-time project info, executes complex build tasks, and manages your environment directly. No tab-switching, no manual copy-pasting, just results.
Related MCP server: Nexus-MCP
π Prerequisites
Obox MCP is optimized to run using Astral uv. Ensure you have uv installed on your system:
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh# Windows (PowerShell)
powershell -c "Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force"
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"π Client Configuration
Cursor Configuration
Go to: Settings -> Cursor Settings -> General -> MCP -> Add new global MCP server.
Paste the following configuration into your Cursor
~/.cursor/mcp.jsonfile.
{
"mcpServers": {
"obox": {
"command": "uv",
"args": [
"run",
"--project",
"/absolute/path/to/obox",
"/absolute/path/to/obox/main.py"
]
}
}
}VS Code Configuration
Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P).Type:
MCP: Open User Configuration.Paste the content into the file.
{
"servers": {
"obox": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--project",
"/absolute/path/to/obox",
"/absolute/path/to/obox/main.py"
]
}
}
}CLI Command
Run the following command in your terminal to add the MCP server:
claude mcp add obox -- uv run --project /absolute/path/to/obox /absolute/path/to/obox/main.pyManual Configuration (Claude Desktop)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"obox": {
"command": "uv",
"args": [
"run",
"--project",
"/absolute/path/to/obox",
"/absolute/path/to/obox/main.py"
]
}
}
}Antigravity Configuration
Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P).Type:
Antigravity: Manage MCP Servers.Click View Raw Config.
Paste the content into the file.
{
"mcpServers": {
"obox": {
"command": "uv",
"args": [
"run",
"--project",
"/absolute/path/to/obox",
"/absolute/path/to/obox/main.py"
]
}
}
}π‘ Important Tips
Add a Rule
To avoid typing use obox in every prompt, add a rule to your MCP client to automatically invoke Obox tools for development tasks.
Recommendation: Copy the content of .github/copilot-instructions.md into:
Cursor:
Cursor Settings>RulesClaude Code:
CLAUDE.mdOther Clients: The equivalent system prompt or rules setting.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn autonomous AI development agent that enables full-stack coding, automated verification, RAG-powered code search, and quality assurance through MCP tools. Supports Gemini CLI, Claude Code CLI, with features like parallel verification, security scanning, and spec-driven development.5Apache 2.0
- Alicense-qualityCmaintenanceA comprehensive Model Context Protocol toolkit that transforms AI assistants into autonomous agents capable of executing real-world tasks across filesystems, web requests, Git workflows, databases, system commands, and AI integrations.MIT
- Alicense-qualityAmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.670Apache 2.0
- Alicense-qualityBmaintenanceA local AI agent system that gives any LLM real access to the filesystem, terminal, and codebase via MCP, usable as a standalone terminal agent or Continue.dev integration in VS Code.270MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Package intelligence MCP for AI agents β 22 tools, 19 ecosystems, AGPL SDK, free.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vinhgiga/obox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server