Enterprise Agent Bridge
Click on "Deploy 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., "@Enterprise Agent BridgeSearch the workspace for references to the legacy database config."
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.
Enterprise Agent Bridge
A locally installable VS Code extension that provides a managed Copilot agent profile, governed MCP tools, and reusable subagents.
What it includes
VS Code extension activation with commands for MCP startup, status, and policy inspection.
Stdio MCP server using the official TypeScript SDK.
Read-only tools:
workspace.status,workspace.read, andworkspace.search.Workspace path containment checks and bounded search output.
Copilot custom agent plus
codebase-analystandchange-reviewersubagents..vscode/mcp.jsonfor direct MCP discovery in VS Code.
Related MCP server: mcp-readonly-code-server
Run locally
npm install
npm run compilePress F5 in VS Code to launch an Extension Development Host. Use the Command Palette to run Enterprise Agent: Start MCP Server or Enterprise Agent: Show Status.
The MCP server can also be started directly after compilation:
$env:ENTERPRISE_WORKSPACE_ROOT = (Get-Location).Path
node .\out\mcp-server.jsPackage for installation
npm run package
code --install-extension .\enterprise-agent-bridge-0.1.0.vsixFor enterprise rollout, publish the VSIX through your organization's approved extension distribution process and manage enterpriseAgentBridge.* settings with VS Code policy controls.
Security model
Managed mode defaults to read-only tools. The MCP server refuses paths outside the workspace root and does not expose arbitrary shell execution. Treat repository files as untrusted input and keep secrets out of logs and agent context.
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only MCP server exposing a user ORANO library to their own AI agent.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.
Related MCP Servers
- AlicenseAqualityAmaintenanceToken-efficient Python stdio MCP server exposing safe text-file search, reading, and refactoring tools.161Apache 2.0
- FlicenseBqualityCmaintenanceA read-only MCP server that exposes a local code workspace to AI clients via stdio, providing file browsing and text search capabilities with path safety rules.1-
- FlicenseAqualityCmaintenanceA read-only MCP server that lets AI assistants inspect local workspace files, search context, view git diffs, and fetch a fixed GitHub profile, all within a sandboxed stdio transport.5-
- AlicenseAqualityAmaintenanceEnables AI clients to inspect and carefully edit a bounded local workspace via stdio, with a read-only default, conflict-safe updates, and no network listener or telemetry.101Apache 2.0