Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions integrations/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ The MCP server uses <Tooltip tip="Communication via standard input/output stream
}
}
```

You may need to register `fallow` MCP with `claude mcp add fallow -s user fallow-mcp` or add this block to `~/.claude.json` instead

```json
"mcpServers": {
"fallow": {
"type": "stdio",
"command": "fallow-mcp",
"args": [],
"env": {}
}
}
```
</Tab>
<Tab title="Cursor">
Add to your Cursor MCP settings:
Expand Down