Enables AI to access and understand codebases indexed in Nia's system through a lookup tool that retrieves relevant code...
Created byApr 23, 2025
Nia Codebase MCP
The Nia Codebase MCP server allows you to integrate with Nia's codebase understanding capabilities through function calling in tools like Cursor, Claude Desktop, and other MCP-compatible clients.
Installation
You can use this MCP server without installing it using npx:
Transport Options
The Nia Codebase MCP server supports two transport methods:
1. Standard Input/Output (stdio) - Default
This is the default transport method and is used when no transport is specified:
2. Server-Sent Events (SSE)
To use SSE transport, specify the `--transport=sse` flag and optionally a port (default is 3000):