pypi cobol-bridge-mcpstdioMITupdated 8d ago
Read-only sidecar. Never writes core / ledger / CICS. cobolbridge.ai HTTP 522 sits. This README does not attach the domain. No Starter / Pro / Enterprise pricing on this measurement surface. Not certified. Not partnered. Not a second GSPC board. Living board: GET https://councilof.ai/api/gspc (22 axis · 15 measured · 7 empty).
What can you do with cobol bridge mcp?
COBOL Bridge MCP — read-only sidecar (SPEC)
SPEC, not a live product. See SPEC.md.
- Read-only sidecar. Never writes core / ledger / CICS.
cobolbridge.aiHTTP 522 sits. This README does not attach the domain.- No Starter / Pro / Enterprise pricing on this measurement surface.
- Not certified. Not partnered. Not a second GSPC board.
- Living board:
GET https://councilof.ai/api/gspc(22 axis · 15 measured · 7 empty).
mcp-name: io.github.CSOAI-ORG/cobol-bridge-mcp
MIT parser: COBOL source text in, heuristic metrics out. Optional MCP next to a workstation. Never an inside-bank install.
Install (local / stdio)
pip install cobol-bridge-mcp
# or
uvx cobol-bridge-mcp
{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": ["cobol-bridge-mcp"]
}
}
}
Tools (read the source you already hold; they do not write production):
parse_cobol_programidentify_business_rulesestimate_migration_complexityplan_migration_phasesgenerate_test_harness
Contract
Full contract: SPEC.md. Measurement, never certification. Do not stamp MEASURED. Do not claim 17 banks are clients.
License
MIT © CSOAI-ORG / CSOAI Ltd (GB, Companies House 16939677)
Install
Add cobol bridge mcp to your client. Pick the one you use.
claude mcp add cobol-bridge-mcp -- uvx cobol-bridge-mcpcodex mcp add cobol-bridge-mcp -- uvx cobol-bridge-mcpamp mcp add cobol-bridge-mcp -- uvx cobol-bridge-mcp{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"cobol-bridge-mcp","command":"uvx","args":["cobol-bridge-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"cobol-bridge-mcp": {
"command": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"cobol-bridge-mcp": {
"type": "local",
"command": "uvx",
"args": [
"cobol-bridge-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"cobol-bridge-mcp": {
"command": {
"path": "uvx",
"args": [
"cobol-bridge-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx cobol-bridge-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.11Latest | Jun 30, 2026 |
| 1.1.9 | Jun 13, 2026 |
| 1.1.7 | Jun 10, 2026 |
| 1.1.2 | Jun 7, 2026 |
| 1.1.4 | Jun 2, 2026 |