Agentic Development

Connect the documentation to coding agents for AI Assisted Development

Introduction

This documentation is also available and searchable as a Model Context Protocol (MCP) server.

This allows AI assistants to access Neuron AI documentation content directly, making it easy for tools like Claude Code, Cursor, and VS Code extensions reliably understand what Neuron AI can do, its components, how to configure them, and how to compose workflows agents and RAG.

The MCP server is available at: https://docs.neuron-ai.dev/~gitbook/mcparrow-up-right

Claude Code

claude mcp add --transport http neuron-doc https://docs.neuron-ai.dev/~gitbook/mcp

VS Code

"mcp": {
    "servers": {
        "neuron-ai-doc": {
            "type": "http",
            "url": "https://docs.neuron-ai.dev/~gitbook/mcp"
        }
    }
}

Cursor

Windsurf

OpenCode

Last updated