# Claude / Claude Code

#### Setup

1. Open your myNeutron Dashboard.
2. Navigate to **Profile → Settings → MCP** or go directly to\
   <https://myneutron.ai/dashboard/settings#mcp>
3. Copy your **Server URL** and **Access Key**.

#### In Claude or Claude Code

1. Go to **Settings → Integrations → MCP Servers**.
2. Click **Add New Server**.
3. Paste your Server URL and Access Key.
4. Save, then restart Claude.

**Success:** You’ll see “myNeutron Connected”. Claude can now query your Seeds directly.

#### Common Uses

* Pull your research context into Claude for writing.
* Ask Claude to analyze or summarize your Seeds.
* Use Claude Code to search your technical documentation instantly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations/claude-claude-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
