AdminAPI_MCP
Verified Safeby ctslone
Overview
Enables AI assistants like Claude to manage CData Arc instances and workflows through natural language interactions by wrapping the CData Arc Admin API.
Installation
No command providedSecurity Notes
The server communicates with a CData Arc instance via HTTP, requiring a sensitive `CDATA_AUTH_TOKEN`. The example `CDATA_BASE_URL` uses plaintext HTTP, posing a network risk if not configured with HTTPS in production environments. The server's own experimental HTTP transport mode explicitly notes it only supports plaintext HTTP, although MCP protocol endpoints are not yet available over it. `CDATA_AUTH_TOKEN` is a critical credential and must be managed securely via environment variables. The primary communication with Claude Desktop uses stdio, which is generally secure.
Similar Servers
claude-flow
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.