Weaviate shipped native in-process MCP serving on its standard REST port (/v1/mcp), allowing Claude Code and Cursor agents to query schemas and execute hybrid search directly without extra sidecar daemons.
Key Takeaways
- ✓In-process single-port architecture eliminates the need to run and monitor auxiliary MCP sidecar processes;
- ✓Tool-level RBAC security with MCP and write access disabled by default, togglable at runtime without restarts;
- ✓Natively exposes four high-level tools covering schema inspection, tenant listing, hybrid search, and upserts.