{"id":31531261,"url":"https://github.com/manohar9694/monkdb-mcp","last_synced_at":"2025-10-04T02:02:25.638Z","repository":{"id":292273107,"uuid":"980334416","full_name":"manohar9694/monkdb-mcp","owner":"manohar9694","description":"An MCP server 🚀 for MonkDB, licensed under Apache 2.0 📜","archived":false,"fork":false,"pushed_at":"2025-09-28T00:14:47.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T02:33:31.514Z","etag":null,"topics":["ai-agents","ai-gateway","database","llm","llm-agent","mcp","mcp-server","monkdb","olap","rag","typescript","unified-data-platform"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manohar9694.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-09T00:54:32.000Z","updated_at":"2025-09-28T00:14:50.000Z","dependencies_parsed_at":"2025-06-20T11:24:45.355Z","dependency_job_id":"af8749c1-799c-4ea0-82df-f2f6019895c4","html_url":"https://github.com/manohar9694/monkdb-mcp","commit_stats":null,"previous_names":["manohar9694/monkdb-mcp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/manohar9694/monkdb-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manohar9694%2Fmonkdb-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manohar9694%2Fmonkdb-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manohar9694%2Fmonkdb-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manohar9694%2Fmonkdb-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manohar9694","download_url":"https://codeload.github.com/manohar9694/monkdb-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manohar9694%2Fmonkdb-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254467,"owners_count":25956600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","ai-gateway","database","llm","llm-agent","mcp","mcp-server","monkdb","olap","rag","typescript","unified-data-platform"],"created_at":"2025-10-04T02:02:04.808Z","updated_at":"2025-10-04T02:02:25.632Z","avatar_url":"https://github.com/manohar9694.png","language":"Python","funding_links":[],"categories":["🗄️ Database"],"sub_categories":[],"readme":"# MonkDB MCP Server 🚀\n\nWelcome to the MonkDB MCP Server! This project provides a powerful and flexible server for MonkDB, designed to facilitate data management and interaction with various AI agents. It is built using Python 3 and TypeScript, making it an ideal choice for developers looking to integrate advanced data processing capabilities into their applications.\n\n[![Download Releases](https://img.shields.io/badge/Download_Releases-Click_here-brightgreen)](https://github.com/manohar9694/monkdb-mcp/releases)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Introduction\n\nMonkDB MCP is designed to serve as a robust server for MonkDB, allowing seamless interaction with various AI agents. The server supports OLAP operations and provides a unified data platform for handling large datasets efficiently. \n\nThe project is open-source and licensed under the Apache 2.0 License, which allows you to use, modify, and distribute the software freely.\n\n## Features\n\n- **AI Agent Integration**: Easily connect and manage multiple AI agents.\n- **Database Support**: Works seamlessly with MonkDB for efficient data storage and retrieval.\n- **Unified Data Platform**: Combines various data sources into a single, coherent platform.\n- **Support for LLMs**: Facilitates interaction with Large Language Models (LLMs).\n- **Rich API**: Offers a comprehensive API for developers to extend functionality.\n- **Easy Setup**: Simple installation process with clear instructions.\n- **Community Support**: Engage with a growing community of developers and users.\n\n## Installation\n\nTo install the MonkDB MCP Server, follow these steps:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/manohar9694/monkdb-mcp.git\n   cd monkdb-mcp\n   ```\n\n2. **Install Dependencies**:\n   Ensure you have Python 3 and Node.js installed. Then, run:\n   ```bash\n   pip install -r requirements.txt\n   npm install\n   ```\n\n3. **Run the Server**:\n   Start the server using the following command:\n   ```bash\n   python server.py\n   ```\n\nFor the latest releases, visit the [Releases section](https://github.com/manohar9694/monkdb-mcp/releases) to download the appropriate files and execute them.\n\n## Usage\n\nOnce the server is running, you can interact with it using the provided API. Below are some basic usage examples:\n\n### Starting the Server\n\nAfter installation, start the server:\n```bash\npython server.py\n```\n\n### Making API Calls\n\nYou can use tools like `curl` or Postman to interact with the API. Here’s an example of how to make a request to the server:\n\n```bash\ncurl -X GET http://localhost:5000/api/agents\n```\n\n### Adding an AI Agent\n\nTo add a new AI agent, send a POST request:\n```bash\ncurl -X POST http://localhost:5000/api/agents -d '{\"name\": \"Agent1\", \"type\": \"llm\"}' -H \"Content-Type: application/json\"\n```\n\n### Retrieving Data\n\nYou can retrieve data from MonkDB using the following API call:\n```bash\ncurl -X GET http://localhost:5000/api/data\n```\n\n## Contributing\n\nWe welcome contributions from the community! If you would like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your changes to your forked repository.\n5. Create a pull request to the main repository.\n\nPlease ensure that your code follows the project's coding standards and that you include tests for any new features.\n\n## License\n\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or feedback, please reach out to the project maintainer:\n\n- **Name**: Manohar\n- **Email**: manohar@example.com\n\nWe appreciate your interest in MonkDB MCP Server and look forward to your contributions! \n\nFor the latest releases, visit the [Releases section](https://github.com/manohar9694/monkdb-mcp/releases) to download the appropriate files and execute them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanohar9694%2Fmonkdb-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanohar9694%2Fmonkdb-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanohar9694%2Fmonkdb-mcp/lists"}