api-monitor-mcp
v0.10.59MCP bridge for Rohitab API Monitor captures and GUI.
By zxcvbbqLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install api-monitor-mcp for Codex and Claude Code
codex plugin marketplace add zxcvbbq/API-Monitor-MCP
codex plugin marketplace upgrade api-monitor-mcp
codex plugin add api-monitor-mcp@api-monitor-mcpPaste and run these commands in a terminal with Codex. They add and refresh the api-monitor-mcp catalog, then install this plugin.
Compatibility: the page URL and API slug “api-monitor-mcp” remain stable.
- Codex:
api-monitor-mcp@agent-plugin-marketplace→api-monitor-mcp@api-monitor-mcp
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/zxcvbbq/API-Monitor-MCPClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- uv
- args
- run --project . python server.py
- cwd
- .
Plugin manifests2
{
"name": "api-monitor-mcp",
"version": "0.10.59",
"description": "MCP bridge for Rohitab API Monitor captures and GUI.",
"author": {
"name": "zxcvbbq",
"url": "https://github.com/zxcvbbq"
},
"homepage": "https://github.com/zxcvbbq/API-Monitor-MCP",
"repository": "https://github.com/zxcvbbq/API-Monitor-MCP.git",
"license": "MIT",
"keywords": [
"api-monitor",
"rohitab",
"windows",
"mcp"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "API Monitor MCP",
"shortDescription": "Inspect and control Rohitab API Monitor.",
"longDescription": "Capture, inspect, search, and automate the installed Rohitab API Monitor.",
"developerName": "zxcvbbq",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"MCP"
],
"websiteURL": "https://github.com/zxcvbbq/API-Monitor-MCP",
"defaultPrompt": [
"Inspect a Rohitab API Monitor capture."
]
}
}{
"name": "api-monitor-mcp",
"version": "0.10.59",
"description": "MCP bridge for Rohitab API Monitor captures and GUI.",
"mcpServers": {
"api-monitor": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"server.py"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[api-monitor-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/api-monitor-mcp)