Vibe Setup
- Cursor
- Claude Code
- VS Code
Open command palette → “Open MCP settings” → add to
mcp.json:Project Configuration
Commit a.mcp.json file to share with your team:
Connect documentation to your AI coding assistant with MCP
https://docs.notte.cc/mcp
mcp.json:{
"mcpServers": {
"notte-docs": {
"url": "https://docs.notte.cc/mcp"
}
}
}
claude mcp add --transport http notte-docs https://docs.notte.cc/mcp
claude mcp list..vscode/mcp.json:{
"servers": {
"notte-docs": {
"type": "http",
"url": "https://docs.notte.cc/mcp"
}
}
}
.mcp.json file to share with your team:
{
"mcpServers": {
"notte-docs": {
"url": "https://docs.notte.cc/mcp"
}
}
}
Was this page helpful?
Suggestions