Summary
Move the graphviz_server MCP server from the mcp-context-forge monorepo into this repository at mcp-servers/python/graphviz_server/, as part of the MCP server migration tracked in IBM/mcp-context-forge#6228.
What to move
Copy the contents of mcp-servers/python/graphviz_server/ from IBM/mcp-context-forge verbatim:
mcp-servers/python/graphviz_server/
├── Containerfile
├── Makefile
├── README.md
├── pyproject.toml
├── src/
│ └── graphviz_server/
│ ├── __init__.py
│ └── server_fastmcp.py
└── tests/
Dependencies (as-is)
From pyproject.toml:
fastmcp>=3.4.4
pydantic>=2.13.4
The server is moved as-is. Version constraint updates are tracked separately (see sub-issues).
Acceptance criteria
References
Summary
Move the
graphviz_serverMCP server from the mcp-context-forge monorepo into this repository atmcp-servers/python/graphviz_server/, as part of the MCP server migration tracked in IBM/mcp-context-forge#6228.What to move
Copy the contents of
mcp-servers/python/graphviz_server/fromIBM/mcp-context-forgeverbatim:Dependencies (as-is)
From
pyproject.toml:The server is moved as-is. Version constraint updates are tracked separately (see sub-issues).
Acceptance criteria
mcp-servers/python/graphviz_server/in this repositorypyproject.tomlis present and installable (pip install -e mcp-servers/python/graphviz_server)References