Skip to main content
Glama

Ava MCP-Adapter

Eine schlanke REST-Brücke, die den MCP-Tool-Server-Vertrag von JarvisEPC implementiert (GET /tools, POST /execute, GET /health) und jedes Tool an den bereitgestellten Ava_Agent unter https://ava-agent-qzmu.onrender.com weiterleitet, welcher wiederum Anfragen an CommandDeck-Spezialisten-Brains routet.

Warum

api/routes/mcp.ts von JarvisEPC erwartet eine REST-Tool-Server-Struktur. Der bestehende Ava_Agent verwendet domänenspezifische FastAPI-Endpunkte (/chat, /projects/.../tasks, /broadcast, /v1/skills/invoke, ...) – dieser Adapter ist das Bindeglied, das den REST-Vertrag auf diese Endpunkte abbildet.

Related MCP server: Bridge MCP Server

Verfügbare Tools

Name

Kategorie

Upstream

ava_chat

KI

POST /chat → CommandDeck Brain-Routing

ava_status

System

GET /status

ava_projects_list

System

GET /projects

ava_task_submit

KI

POST /projects/{id}/tasks

ava_broadcast

KI

POST /broadcast

ava_memory_recall

KI

POST /projects/{id}/memory/recall

ava_memory_summary

KI

GET /projects/{id}/memory

ava_skill_invoke

KI

POST /v1/skills/invoke

ava_git_status

System

GET /projects/{id}/git/status

ava_git_log

System

GET /projects/{id}/git/log

ava_git_commit

System

POST /projects/{id}/git/commit

Bereitstellung

Bereits über render.yaml mit Render verbunden. Setzen Sie AVA_AGENT_API_KEY (kopiert aus der Umgebungsvariable des Ava_Agent-Dienstes) im Render-Dashboard.

Verbinden Sie AVA_MCP_URL=https://ava-mcp-adapter.onrender.com mit der Umgebungsvariable des JarvisEPC-Dienstes; der MCP-Tab wechselt dann von "Ava offline" zur Anzeige des vollständigen zusammengeführten Tool-Katalogs.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Bridge is a hosted MCP server that connects AI models to business tools like ClickUp and a repository of pre-built workflow skills. It enables direct interaction with project management tools and automated instruction sets through natural language.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A bridge that enables any LLM to access and interact with documented REST APIs through the Model Context Protocol (MCP).
    13
    6
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Bridges LLM clients with existing RESTful microservices by converting MCP tool calls into REST requests, enabling any REST API to be used as an MCP tool without modifying the microservices.
    1,126,160
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ral197979/ava-mcp-adapter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server