You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your agent supports connecting to remote MCP servers directly:
100
+
93
101
1. In your AI agent, add a remote MCP connection with the following details:
94
102
95
103
-**Name:**`Axiom`
@@ -99,6 +107,28 @@ If you’re on the Free plan:
99
107
100
108
1. Authenticate the request in your browser. You can later revoke access on the Profile page of the Axiom Console.
101
109
110
+
If your agent doesn’t support connecting to remote MCP servers directly, use the [mcp-remote library](https://www.npmjs.com/package/mcp-remote):
111
+
112
+
1. Add the `mcp-remote` library to the configuration file of your AI agent. For example:
113
+
114
+
```json
115
+
{
116
+
"mcpServers": {
117
+
"axiom": {
118
+
"command": "npx",
119
+
"args": [
120
+
"-y",
121
+
"mcp-remote",
122
+
"https://mcp.axiom.co/mcp"
123
+
]
124
+
}
125
+
}
126
+
}
127
+
```
128
+
129
+
1. Restart your AI agent.
130
+
1. Authenticate the request in your browser.
131
+
102
132
</Tab>
103
133
</Tabs>
104
134
@@ -245,4 +275,4 @@ To revoke access:
245
275
1. In Axiom, go to <imgsrc="/doc-assets/icons/settings.svg"className="inline-icon"alt="Settings icon" /> **Settings > Profile**.
246
276
1. In the Sessions section, find the session where you authorized your AI client, and then click <imgsrc="/doc-assets/icons/delete.svg"className="inline-icon"alt="Delete icon" /> **Delete** on the right.
247
277
248
-
If you connected to Axiom MCP Server by adding`mcp-remote`to `claude_desktop_config.json`, clear the `.mcp-auth` folder. This is where Axiom MCP Server stores credential information. On a Mac, the default path is `~/.mcp-auth`.
278
+
If you connected to Axiom MCP Server using the`mcp-remote`library, clear the `.mcp-auth` folder. This is where Axiom MCP Server stores credential information. On a Mac, the default path is `~/.mcp-auth`.
0 commit comments