Skip to main content

v2.0.0 — April 2026

Current version deployed at https://colismove-mcp.onrender.com

What’s new

  • Remote access — MCP server now runs as a hosted service, accessible from anywhere
  • API key authentication — Secure access with Bearer token auth
  • Streamable HTTP transport — Modern MCP protocol (replaces deprecated SSE)
  • 4 tool categories — Project context, API docs, backend access, frontend architecture

Tools available

ToolCategoryDescription
get_project_contextProjectArchitecture, flows, conventions, tech stack
get_api_docsDocsDocumentation for a specific endpoint
search_api_docsDocsSearch endpoints by keyword
get_openapi_specDocsOpenAPI specification (full or filtered)
query_databaseBackendSQL queries (read-only, requires DB connection)
api_requestBackendHTTP requests to the API
docker_statusBackendDocker service status
read_logsBackendSpring Boot logs
stripe_testBackendStripe test mode checks
Backend tools (query_database, api_request, etc.) require the MCP server to have database and API connectivity configured. The hosted version provides project context and API docs tools by default.

v1.0.0 — March 2026

  • Initial release as local-only MCP server
  • Bundled inside colismove-backend-kube/mcp/
  • stdio transport (local only)
  • 6 tools: query_database, api_request, docker_status, flyway_info, read_logs, stripe_test