Skip to main content
Glama

Ava MCP 适配器

轻量级 REST 桥接器,实现了 JarvisEPC 的 MCP 工具服务器契约(GET /toolsPOST /executeGET /health),并将每个工具代理到部署在 https://ava-agent-qzmu.onrender.comAva_Agent,进而路由到 CommandDeck 专家大脑。

为什么需要它

JarvisEPC 的 api/routes/mcp.ts 期望的是 REST 工具服务器形态。现有的 Ava_Agent 使用的是 FastAPI 领域特定端点(/chat/projects/.../tasks/broadcast/v1/skills/invoke 等)——此适配器就是将 REST 契约映射到这些端点的粘合剂。

Related MCP server: Bridge MCP Server

公开的工具

名称

类别

上游

ava_chat

AI

POST /chat → CommandDeck 大脑路由

ava_status

系统

GET /status

ava_projects_list

系统

GET /projects

ava_task_submit

AI

POST /projects/{id}/tasks

ava_broadcast

AI

POST /broadcast

ava_memory_recall

AI

POST /projects/{id}/memory/recall

ava_memory_summary

AI

GET /projects/{id}/memory

ava_skill_invoke

AI

POST /v1/skills/invoke

ava_git_status

系统

GET /projects/{id}/git/status

ava_git_log

系统

GET /projects/{id}/git/log

ava_git_commit

系统

POST /projects/{id}/git/commit

部署

已通过 render.yaml 连接到 Render。在 Render 仪表板中设置 AVA_AGENT_API_KEY(从 Ava_Agent 服务环境变量中复制)。

AVA_MCP_URL=https://ava-mcp-adapter.onrender.com 配置到 JarvisEPC 服务环境变量中;MCP 选项卡将从“Ava offline”切换为显示完整的合并工具目录。

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