Codito
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., "@CoditoShow me the README.md in my project"
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.
Codito
Codito is a self-hosted, OAuth-protected bridge that lets ChatGPT work with explicitly registered projects on a user's Windows device. The relay never learns local absolute paths and the device maintains an outbound-only WebSocket tunnel.
MVP status: active development. Do not expose this build to untrusted users until every release-blocking item in
docs/mvp-checklist.mdis checked and the Windows sandbox test suite passes on the target build.
Repository layout
agent/ Windows per-user daemon, tray UI, and .NET security broker
relay/ Django/OAuth/MCP/ASGI relay
packages/protocol/ Shared Pydantic wire contracts and JSON Schemas
deploy/ Immutable container and Compose deployment assets
docs/ Decisions, research, threat model, and runbooksThe remote surface contains exactly three MCP tools: project_read,
project_apply_patch, and project_shell. See the tool contract.
Related MCP server: LocalBridge
Developer setup
Install uv and .NET 8 on Windows. A system Python is not required.
uv sync --all-packages --all-groups
uv run ruff format --check .
uv run ruff check .
$env:MYPYPATH = "packages/protocol/src;relay;agent/src"
uv run mypy -p codito_protocol -p codito_relay -p codito_agent
uv run pytest
dotnet test agent/broker/Codito.Broker.sln --configuration ReleaseUseful commands are also available through just when installed. Copy
.env.example only for local development; production configuration is created on
the server and must never enter Git.
Security boundary
OAuth authorization and the opaque device link are both required.
Project roots are selected locally and absolute paths stay on the device.
Isolated shell execution must fail closed if the Windows broker cannot prove its AppContainer and Job Object controls.
native_trustedintentionally gives commands the full authority of the logged-in Windows user and must be enabled locally with a prominent warning.
Report vulnerabilities according to SECURITY.md.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Related MCP Servers
- FlicenseBqualityBmaintenanceA local MCP server that bridges ChatGPT to a Windows PC, offering filesystem, shell, Git, and diagnostic tools via a secure tunnel.171-
- AlicenseNot gradedqualityCmaintenanceWindows 11 local MCP bridge enabling authorized access to development workspaces, command execution, and UAC-gated admin operations for ChatGPT-like clients.45MIT
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT to access approved local Windows folders, run commands, control the desktop, and manage session history through a permission-bounded MCP server.1,581MIT
- AlicenseNot gradedqualityBmaintenanceEnables ChatGPT to safely interact with Windows workspaces through a loopback-only MCP server, with OAuth, bounded PowerShell tools, persistent jobs, and optional Cloudflare Tunnel exposure.MIT
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/akbaramd/CoditoMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server