# API Reference
This section contains comprehensive API documentation for KotaDB.
## API Documents
- [API Reference](api_reference.md) - Complete API documentation
- [API Guide](api.md) - API usage examples and guides
- [Quick Reference](quick_reference.md) - Quick reference for common operations
## MCP Integration
KotaDB provides a Model Context Protocol (MCP) server for seamless integration with AI tools and Claude Code.
## Client Libraries
KotaDB offers client libraries in multiple languages:
- **Rust**: Native library (this crate)
- **Python**: Full-featured Python client
- **TypeScript**: TypeScript client with full type safety
- **Go**: Go client library (🚧 Work in Progress - see [#114](https://github.com/jayminwest/kota-db/issues/114))
For specific client library documentation, see the respective client documentation.