vscode-mcp-manager
MCP Suite Manager (Model Context Protocol) - SEOSiri
📖 Official Architecture & Usability Guide: SEOSiri Technical Guide | Developer Portal & Live Topology | Central Master Directory | Marketplace Listing
SEOSiri MCP Suite Manager is an enterprise Model Context Protocol (MCP) orchestrator for Visual Studio Code, Cursor IDE, Claude Desktop, and Cline. It eliminates manual JSON-RPC syntax errors, auto-generates client configuration files, audits extension security manifests, and monitors live Cloudflare Edge Gateways (*.seosiri.com) directly from your editor.
🛠️ In-Editor Usability & Operational Manual
Step 1: Install the Extension
From VS Code / Cursor Marketplace:
Open your editor and press
Ctrl + Shift + X(orCmd + Shift + Xon macOS).Search for
SEOSiri MCPorseosiri-vscode-mcp-manager.Click Install.
Via Command Line (VSIX Install):
code --install-extension seosiri-vscode-mcp-manager-1.0.1.vsix
Step 2: Open the Command Palette
Press Ctrl + Shift + P (or Cmd + Shift + P on macOS) to access all SEOSiri MCP operations:
> SEOSiri: Generate MCP Client Configuration (Cursor / Claude / VS Code)
> SEOSiri: Audit Extension Manifest (Security & Permissions Scan)
> SEOSiri: Inspect Live Gateways (Telemetry & Latency Traces)
> SEOSiri: Sync Workspace Settings & LintersStep 3: Auto-Generate MCP Client Configurations
Select SEOSiri: Generate MCP Client Configuration and choose your target AI environment:
1. For Cursor IDE (.cursor/mcp.json):
The extension automatically writes the verified JSON-RPC tool configuration to your project:
{
"mcpServers": {
"seosiri-biopharma": {
"command": "npx",
"args": ["-y", "@seosiri/biopharma-mcp"]
},
"seosiri-aeo-geo": {
"command": "uvx",
"args": ["seosiri-aeo-geo-mcp"]
},
"seosiri-industrial-ai": {
"command": "npx",
"args": ["-y", "@seosiri/industrial-ai-gateway"]
}
}
}2. For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"vscode-mcp-manager": {
"command": "node",
"args": ["D:/seosiri-vscode-mcp-manager/dist/index.js"]
}
}
}Step 4: Audit Extension Manifest Security (package.json)
Run SEOSiri: Audit Extension Manifest against any extension in your workspace:
Validates
activationEventsandengines.vscodecompatibility.Scans for un-sandboxed command execution risks.
Redacts hardcoded API tokens, private keys, and internal network endpoints.
Step 5: Live Cloudflare Edge Telemetry Inspection
Run SEOSiri: Inspect Live Gateways to query live sub-10ms response latencies and server health across all 13 Cloudflare edge gateways:
biopharma.seosiri.com(4PL Curves & FDA 21 CFR Part 11)iaig.seosiri.com(Industrial AI & ROS 2 Robotics)rovomcp.seosiri.com(Atlassian Rovo & PII Shield)aeo.seosiri.com(AEO/GEO Intelligence & /llm.txt)schema.seosiri.com(Schema.org JSON-LD & GA4)keywords.seosiri.com(384-D Vector RAG & Intent)vscode.seosiri.com(VS Code Suite Gateway)
Related MCP server: Code MCP Server
🚀 4 Autonomous MCP Tools Exposed to AI Agents
Tool Identifier | Capability & Primary Function | Target Protocol |
| Compiles verified JSON-RPC client configurations for zero-setup execution. | Stdio / JSON-RPC 2.0 |
| Scans | Static AST Analysis |
| Synchronizes team linter rules, TypeScript settings, and MCP permissions. | Workspace Sync |
| Queries real-time HTTP latency and active tool capacity across all 13 gateways. | Edge Telemetry |
🔒 Zero-Trust Privacy & Security Guarantee
SEOSiri operates on a strict local-first, zero-log execution plane. All configuration generation, manifest audits, and workspace synchronizations run in-memory within your local workstation without third-party tracking.
👨💻 Lead Architect & Support
Designed and engineered by Momenul Ahmad, Founder of SEOSiri Enterprise Labs.
Developer Portal: developers.seosiri.com
Corporate Support Desk: info@seosiri.com
GitHub Repository: SEOSiri-Official/vscode-mcp-manager
📄 License
Distributed under the MIT License.
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA lightweight bridge extension that enables Claude Desktop to connect to VSCode workspaces via Model Context Protocol, allowing Claude to read and write files, create directories, and list contents in your workspace.9MIT
- AlicenseCqualityFmaintenanceEnables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.763275Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceEnables collaboration with multiple AI providers (Claude, GPT-4, Gemini, Ollama) directly from VS Code with automatic project context injection and persistent conversation history. Provides streamlined tools for getting AI advice, multi-provider research, and enhanced context sharing across sessions.8
- AlicenseNot gradedqualityCmaintenanceA VSCode and Cursor extension that captures real-time terminal output and exposes it to AI assistants via the Model Context Protocol. It enables agents to proactively monitor logs, command execution, and errors without requiring manual copy-pasting from the user.3MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/SEOSiri-Official/vscode-mcp-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server