Skip to content

Expand MCP server from #145 #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Expand MCP server from #145 #152

wants to merge 3 commits into from

Conversation

jogrogan
Copy link
Collaborator

@jogrogan jogrogan commented Jul 29, 2025

Extends MCP functionality #145
Pulls some core logic from https://github.com/OpenLinkSoftware/mcp-jdbc-server/tree/main

Attached to Claude Desktop and able to run the following tools:
Screenshot 2025-07-29 at 3 24 36 PM

Testing

  1. Pre req: Install Docker Desktop w/ Kubernetes & Install Claude Desktop
  2. kubectl config use-context docker-desktop
  3. make build && make install && make deploy-dev-environment
  4. Add MCP configuration to Claude:
{
    "mcpServers": {
        "default-server": {
            "command": "./hoptimator-mcp-server/start",
            "args": [],
            "env": {
            }
        }
    }
}
  1. Restart Claude

Note that any changes to the MCP server require a Claude restart

Example of a full pipeline being created:
Note that the SQL generation isn't great but all of this was with Web search disabled in Claude. We can make improvements in this area.
Screenshot 2025-07-29 at 3 22 52 PM
Screenshot 2025-07-29 at 3 23 04 PM
Screenshot 2025-07-29 at 3 23 10 PM

@jogrogan jogrogan force-pushed the jogrogan/mcp branch 2 times, most recently from 20c9a2c to 6d1ec3a Compare July 29, 2025 20:40
@jogrogan jogrogan changed the title MCP server attempt #2 Expand MCP server from #145 Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants