Skip to content

Conversation

gitbuda
Copy link
Member

@gitbuda gitbuda commented Sep 6, 2025

  • extend MCP -> probably CI failing because of not releasing the memgraph-toolbox
  • extend langchain

If you want the local changes to be visible to the MCP client, the following is the config (--project has to point to the mcp-memgraph folder):

{
  "mcpServers": {
    "mpc-memgraph": {
      "command": "/Users/buda/.local/bin/uv",
      "args": [
          "run",
          "--with",
          "mcp-memgraph",
          "--python",
          "3.13",
          "--project", "/Users/buda/Workspace/code/memgraph/ai-toolkit/integrations/mcp-memgraph/",
          "/Users/buda/Workspace/code/memgraph/ai-toolkit/integrations/mcp-memgraph/src/mcp_memgraph/main.py"
      ]
    }
  }
}

@gitbuda gitbuda self-assigned this Sep 6, 2025
@gitbuda gitbuda requested a review from antejavor as a code owner September 6, 2025 15:35
@gitbuda gitbuda changed the title Add new tools to the MCP server Add new tools to the MCP server and langchain integrations Sep 6, 2025
Copy link
Contributor

@antejavor antejavor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This currently makes only langchain, which doesn't have these tools. Did you plan to add it to this PR, or will it be another PR? If it will be another PR, let's just open an issue so we don't forget.

Also, since you have bumped up the versions, are we going to release it? @gitbuda

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