MCP Server for ArangoDB

Created By
ravenwitsa year ago
This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline!
Overview

What is MCP Server for ArangoDB?

MCP Server for ArangoDB is a TypeScript-based Model Context Protocol server that facilitates database interaction with ArangoDB, allowing for seamless integration and core database operations.

How to use MCP Server for ArangoDB?

To utilize the MCP Server, install the dependencies, build the server, and configure it with environment variables in your application. It can be integrated with tools like Claude and the VSCode extension Cline.

Key features of MCP Server for ArangoDB:

  • Execute AQL queries to interact with the database.
  • Insert, update, and remove documents from collections.
  • List all collections within the database.
  • Agnostic to database structure, supporting any valid ArangoDB document models.

Use cases of MCP Server for ArangoDB:

  1. Automating data manipulation in applications using ArangoDB.
  2. Querying and managing user data in web applications.
  3. Integrating with developer tools like VSCode for efficient data handling.

FAQ from MCP Server for ArangoDB:

  • What does MCP stand for?
    MCP stands for Model Context Protocol, which allows for structured data interaction.
  • Which database systems is this server compatible with?
    The server is specifically designed for use with ArangoDB.
  • Is there any GUI for managing my database?
    No, MCP Server is a backend solution without a graphical interface; interaction is done through AQL queries.
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
ravenwits
Star
18
Language
TypeScript
License
MIT license

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago