Enterprise Operations Hub
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., "@Enterprise Operations HubFind all developers in the Engineering team"
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.
Mock MCP Server
A mock Model Context Protocol server for testing MCP bridges, clients, and protocol version negotiation. Provides a realistic enterprise operations dataset with tools, resources, prompts, and interactive widgets — no real APIs or databases required.
Detailed tool reference, capability descriptions, and client configuration guides are in docs/.
Project Structure
mock_mcp/
├── packages/
│ ├── shared/ # @mock-mcp/shared — mock data & utilities
│ ├── v1/ # @mock-mcp/v1 — mcp-use@1.32.1 (implemented)
│ └── v2/ # @mock-mcp/v2 — mcp-use@2.x (planned)
├── public/ # Static assets
├── docs/ # Tool reference, capability docs & ADRs
└── README.mdRelated MCP server: MCP Business AI Transformation
Quick Start
pnpm install
pnpm dev:v1 # Run the v1 server (legacy MCP protocol)Open http://localhost:8760/inspector to explore tools, resources, and widgets interactively.
v2 is currently in planning. The
mcp-use@2API surface is still evolving (canary releases). See ADR 001 for the migration strategy and rationale. v1 remains the stable, tested version.
Multi-Worker Deployment
# v1 — 3 workers on ports 8760, 8759, 8758
pnpm start:v1:multi -- --workers 3
# Shorthand
pnpm start:v1:multi -- -w 5Scripts
Command | Description |
| v1 dev server (hot reload + inspector + widgets) |
| v1 production build |
| v1 production HTTP server (port 8760) |
| v1 multi-worker launcher |
v2 scripts are defined in ADR 001 but not yet implemented.
Client Configuration
HTTP Mode
{
"servers": {
"enterprise-ops-hub": {
"url": "http://localhost:8760/mcp",
"type": "http"
}
}
}stdio Mode
Widgets (ui://widget/*) are HTTP-only. All other capabilities — tools, static resources, prompts, elicitation, sampling, roots, progress, logging — are available over stdio.
{
"servers": {
"enterprise-ops-hub": {
"command": "npx",
"args": ["tsx", "packages/v1/src/stdio.ts"],
"cwd": "/path/to/mock_mcp"
}
}
}Version Strategy
This project is a mock server for protocol version testing. Two packages serve different MCP protocol eras:
@mock-mcp/v1(implemented) — mcp-use v1 (pinned to1.32.1), implements the legacy MCP protocol. UsesMcpUseProvider/useWidgetwidget runtime.@mock-mcp/v2(planned) — will use mcp-use v2, implementing the 2026-07-28 protocol revision. Targeting dual-era support (legacy: "stateless") and modern-only mode (legacy: "reject"). UsesbootstrapView/useToolContextwidget runtime. Deferred untilmcp-use@2stabilizes (currently in canary).
Both packages share mock data via @mock-mcp/shared.
For full capability details, see docs/server-capabilities.md. For architecture decisions, see docs/adr/.
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-qualityDmaintenanceEnterprise-grade MCP server with multi-agent system that enables AI-powered business transformation across finance, healthcare, retail, manufacturing, and technology domains through specialized agents for data analysis, API execution, and report generation.1
- Flicense-qualityCmaintenanceEnterprise-grade MCP server with multi-agent system for business AI transformation across finance, healthcare, retail, and other domains. Provides specialized AI agents for data analysis, API execution, business validation, and report generation with real-time monitoring and observability.
- Alicense-qualityDmaintenanceAn enterprise-grade MCP server for interacting with Odoo ERP through AI assistants, enabling guided workflows, native BI, and deep introspection.10MIT
- Alicense-qualityBmaintenanceCentralized, sandboxed MCP server to manage, execute, and expose advanced Agent Skills to any MCP-capable framework or low-code platform.21MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/JilongSun/mock_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server