vca-mcp-server

msion81/vca-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 3d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vca-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "msion81/vca-mcp-server"
      ]
    }
  }
}

README Excerpt

HTTP-only MCP server that exposes tools to the Athlevo AI Agent. All operations go through this server; the agent does not access databases or services directly. ```bash cd mcp-server npm install cp .env.example .env # then set DATABASE_URL and optional PORT npm run build ``` **Environment:** Configuration is read from `.env` (see `.env.example`). The repo ignores `.env`; copy from `.env.example` and set at least `DATABASE_URL` (Neon connection string). Optional: `PORT` (default 3002).

Tools (2)

PORTsport