Skip to content

Claude AI (MCP)

NeuralRepo integrates with Claude AI through the Model Context Protocol (MCP), allowing Claude to read, create, and manage your ideas directly during a conversation. No copy-pasting, no switching tabs.

The Model Context Protocol is an open standard that lets AI assistants interact with external tools and data sources. When NeuralRepo is connected as an MCP server, Claude gains access to a set of tools for managing your ideas — saving new ones, searching existing ones, linking ideas together, and more.

  1. Open Claude.ai and go to your account settings.

  2. Navigate to the Integrations or MCP Servers section.

  3. Click Add Remote MCP Server and enter the following URL:

    https://neuralrepo.com/mcp/
  4. Save the configuration. On your next conversation, Claude will have access to NeuralRepo tools.

  5. The first time Claude attempts to use a NeuralRepo tool, you will be prompted to authorize via OAuth. Sign in with your NeuralRepo account to grant access.

Once connected, Claude has access to the following tools:

ToolDescription
save_ideaCreate a new idea with title, body, tags, and status
search_ideasSearch your ideas by keyword or semantic query
get_ideaRetrieve a specific idea by ID
update_ideaUpdate an idea’s title, body, status, or tags
delete_ideaDelete an idea by ID
link_ideasCreate a typed relation between two ideas
unlink_ideasRemove a relation between two ideas
list_tagsList all tags in your repository

Once NeuralRepo is connected, you can interact with your ideas naturally in conversation:

You: I just thought of something — we should build a browser extension that highlights text and saves it as an idea. Save this to NeuralRepo.

Claude: I have saved that as a new idea in NeuralRepo. (calls save_idea)

You: Do I have any ideas related to browser extensions?

Claude: Let me check your ideas. (calls search_ideas) You have two related ideas: “Browser extension for bookmarking” and “Chrome plugin for code snippets.”

You: Those two browser extension ideas are related. Link them.

Claude: Done — I have linked them with a “related” relation. (calls link_ideas)

You: Move the habit tracker idea to “building” status.

Claude: Updated. “Build a habit tracker app” is now in the building status. (calls update_idea)

NeuralRepo’s MCP integration uses OAuth 2.0 for secure authorization:

  1. When Claude first attempts to use a NeuralRepo tool, you see an authorization prompt
  2. Clicking Authorize opens the NeuralRepo OAuth consent screen
  3. Sign in with your NeuralRepo account (GitHub, Google, Apple, or magic link)
  4. Grant Claude permission to access your ideas
  5. Authorization is persisted — you do not need to re-authorize for future sessions
  • MCP access is read-write — Claude can create, update, and delete ideas on your behalf. Review Claude’s actions if you want to be cautious.
  • MCP is a Pro feature. Free-tier accounts cannot use the MCP integration.
  • Rate limits apply: Free plan allows 100 requests/day, Pro plan allows 10,000 requests/day.