Aniket310101_MCP-Server-Couchbase

Aniket310101_MCP-Server-Couchbase

0

The Couchbase MCP Server for LLMs enables seamless interaction with Couchbase databases through natural language, supporting operations like queries and document management. It integrates with Claude Desktop, providing tools for database management and facilitating natural language queries.

🗄️ Couchbase MCP Server for LLMs

A Model Context Protocol (MCP) server that enables LLMs to interact directly with Couchbase databases on Capella clusters.

🚀 Quick Start

  • Prerequisites: Node.js 16 or higher, A running Couchbase instance on Capella, Claude Desktop application
  • Installation: Use NPX or manual installation

📝 Available Tools

  • Basic Operations: Query, listBuckets
  • Scope Management: createScope, deleteScope
  • Collection Management: createCollection, dropCollection
  • Document Operations: createDocument, getDocument
  • Index Management: createIndex, listIndexes

🔒 Security Considerations

  • Use environment variables for credentials
  • Reverse proxy for production
  • Access controls and authentication needed

🤝 Contribution

Contributions are welcome! Please feel free to submit a Pull Request.