feat: add Fetch and Sequential Thinking MCP sidecars #45
Reference in New Issue
Block a user
Delete Branch "feature/add-fetch-sequential-thinking-mcp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR adds two new MCP (Model Context Protocol) sidecars to enable additional AI assistant capabilities:
Both sidecars use the official MCP Docker images and are integrated following the existing sidecar patterns.
Changes Made
🔧 Infrastructure
fetchandsequentialthinkingsidecars tovalues.yamlwith default configurationsdeployment.yamltemplate usingfastmcpwith SSE transport📡 MCP Configuration
.mcp.jsonto include new server endpoints:http://localhost:8082/sse(fetch)http://localhost:8083/sse(sequentialthinking)📚 Documentation
CLAUDE.mdMCP sidecars table with new entries.mcp.jsondescription to list all available serversDefault Configuration
Both new sidecars are enabled by default with:
Testing
Closes
Generated with Claude Code via Happy