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 independent hosts that implement the MCP Apps SEP-1865 protocol. It 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 server
├── 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 SEP-1865 MCP Apps serverOpen http://localhost:8760/inspector to explore tools, resources, and widgets interactively.
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 |
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"
}
}
}Runtime and Build Strategy
The v1 package name identifies the pinned mcp-use@1.32.1 runtime; it does not identify a legacy MCP Apps protocol. The server exposes SEP-1865 ui.resourceUri metadata, and widgets use the MCP Apps bridge rather than the OpenAI compatibility provider.
Each workspace package owns its compiled output:
@mock-mcp/sharedbuilds topackages/shared/distand exports JavaScript and declarations from that directory.@mock-mcp/v1builds the server and widgets topackages/v1/dist.
Keeping these outputs package-local preserves Node package export resolution. The root package orchestrates builds but does not flatten independently versioned workspace packages into a shared root dist.
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
- FlicenseNot gradedqualityDmaintenanceEnterprise-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
- FlicenseNot gradedqualityCmaintenanceEnterprise-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.
- AlicenseNot gradedqualityBmaintenanceCentralized, sandboxed MCP server to manage, execute, and expose advanced Agent Skills to any MCP-capable framework or low-code platform.21MIT
- AlicenseBqualityBmaintenanceUnified MCP server for DevOps engineers that provides real-time read and write access to Kubernetes, ArgoCD, Prometheus, and PagerDuty from any MCP-compatible AI agent.211382MIT
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