Adonis MCP
@7nohe
关于 Adonis MCP
An AdonisJS package for building remote MCP servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"adonis-mcp": {
"command": "node",
"args": [
"ace",
"add",
"@7nohe/adonis-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Adonis MCP?
Adonis MCP is a package for the AdonisJS framework that enables building remote MCP (Model Context Protocol) servers using Server-Sent Events (SSE). It's intended for developers who want to create MCP-compatible tools, resources, and prompts within an AdonisJS application.
How to use Adonis MCP?
Install via node ace add @7nohe/adonis-mcp. Configure by editing the generated config/mcp.ts file. Register routes (tools, resources, prompts) in start/routes.ts using the registerRoutes method, then start the server with npm run dev. Debug via a configuration file (e.g., for Claude Desktop) or the MCP Inspector.
Key features of Adonis MCP
- Integrates MCP support directly into AdonisJS.
- Uses Server-Sent Events (SSE) for remote transport.
- Allows defining resources, tools, and prompts via
registerRoutes. - Provides configuration for custom SSE and messages paths.
- Supports debugging with MCP Inspector and client config files.
Use cases of Adonis MCP
- Exposing AdonisJS application data as MCP resources to AI clients.
- Building custom tools that interact with an AdonisJS backend.
- Creating prompt templates for AI assistants that consume MCP servers.
FAQ from Adonis MCP
What runtime does Adonis MCP require?
It requires Node.js with the AdonisJS framework installed; the package is added via Ace commands.
How do I debug my MCP server?
You can debug using a configuration file (e.g., for Claude Desktop) by specifying the SSE URL, or by using the MCP Inspector tool with SSE transport.
Does this package support only SSE transport?
Yes, the README explicitly describes SSE as the transport method for remote MCP servers.
Where is the MCP server URL configured?
In the config/mcp.ts file you set ssePath and messagesPath, which define the endpoints. The server runs on AdonisJS’s default host and port (e.g., http://localhost:3333/sse).
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论