linux-vedaops-mcp
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., "@linux-vedaops-mcpList my registered projects and their health"
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.
Linux VedaOps MCP
linux-vedaops-mcp is the governed development control plane for VedaOps
projects on Chaz's Pop!_OS workstation.
It lets authorized agents understand, inspect, search, patch, test, lint, and coordinate registered software projects without exposing a general shell or raw filesystem proxy.
Current status
The fifteen-tool development core is implemented:
registry and orientation:
vedaops_server_info,projects_list,project_get,project_context_get, andproject_health;project inspection:
project_tree,project_file_read,project_search,project_git_status, andproject_git_diff;coordination:
project_lease_acquire,project_checkpoint_create, andproject_lease_release;implementation:
project_patch_applyandproject_task_run.
Project discovery never grants authority. The trusted operator registry lives outside every managed root, while project manifests can only narrow its grants. Read tools are path-confined and bounded, and repository-local Git configuration is treated as untrusted input. File changes and tasks require explicit granular capabilities, authenticated or controlled-launch identity, an exclusive lease, the expected Git HEAD, and durable audit evidence.
Patch input is textual unified diff only. Task argv comes only from the trusted project registry; callers cannot submit shell commands or arbitrary arguments.
Stdio and authenticated loopback Streamable HTTP transports are tested. Hosted ChatGPT access runs through a dedicated OpenAI Secure MCP Tunnel and enabled user-level systemd service.
Related MCP server: AI Knowledge Center MCP
Development
uv sync
uv run pytest -q
uv run ruff check .Run locally over stdio:
VEDAOPS_AGENT_ID=codex uv run vedaops-mcp stdioThe HTTP entrypoint remains loopback-only. Configure either a private
VEDAOPS_HTTP_TOKENS_FILE containing distinct token-to-agent mappings, or a
single VEDAOPS_HTTP_TOKEN plus VEDAOPS_HTTP_TOKEN_IDENTITY:
uv run vedaops-mcp httpIt listens on http://127.0.0.1:8765/mcp by default. Never commit credentials.
Hosted ChatGPT uses the stdio-backed Secure MCP Tunnel profile, not this loopback
HTTP entrypoint.
Operator configuration
Install config/projects.toml.example as
~/.config/vedaops/projects.toml with mode 0600, then edit the external
copy. Registry, settings, state, and credential files must remain outside every
managed repository; trusted operator files may not be symlinks.
Stable naming
Repository:
linux-vedaops-mcpPython package:
vedaops_mcpConsole command:
vedaops-mcp
Documents
docs/project-onboarding.md— register and safely enable a managed projectdocs/development-workflow.md— normal inspect, lease, patch, verify workflowdocs/project-extensions.md— context, tasks, adapters, and project-specific behaviorCONTEXT.md— current operational handoff and exact next actionAGENTS.md— canonical agent rulesdocs/architecture.md— boundaries and internal designdocs/security.md— threat model and controlsdocs/core-coordination.md— lease, checkpoint, and audit contractdocs/operations.md— installed service and state runbookdocs/client-setup.md— tested client connection recorddocs/tool-catalog.md— complete governed tool catalogdocs/decisions/— accepted architecture decisions
Start with the onboarding guide when adding a repository. Start with the development workflow when using an already registered project.
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 Servers
- Flicense-qualityCmaintenanceSecure local development platform that exposes controlled developer capabilities (FS, Git, search, command execution) to AI assistants via MCP with deny-by-default security and audit logging.Last updated
- Alicense-qualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.Last updated28MIT
- AlicenseCqualityBmaintenanceSecure agent coding runtime for local Git repos with policy enforcement, RBAC, sessions, approval workflow, and sandboxed writes, optionally connectable to ChatGPT via Secure MCP Tunnel.Last updated71MIT
- Alicense-qualityAmaintenanceProvides bounded repository context and edit-grant MCP tools to coding agents such as Codex, indexing local repositories and enabling fingerprint-checked patch application.Last updated6Apache 2.0
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
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/St3nch/linux-vedaops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server