Readme
@aep-dev
关于 Readme
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aep-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"src/bin.js",
"--openapi-url=http://localhost:8081/openapi.json"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AEP MCP Server?
AEP MCP Server is a Model Context Protocol server that automatically generates MCP resources and tools from an AEP-compliant API. It is designed for API developers who have built APIs following the AEP (aep.dev) specification, enabling those APIs to be exposed through MCP for reading, listing, creating, updating, and deleting resources.
How to use AEP MCP Server?
Clone the repository and install dependencies with npm install. Then run the server locally using npm run serve --openapi-url="<url>" or npx . --openapi-url="<url>". Optionally provide a --prefix argument to set a path prefix for all generated operations.
Key features of AEP MCP Server
- Generates MCP resources and tools from any AEP-compliant OpenAPI specification.
- Supports read and list operations on API resources as MCP resources.
- Provides MCP tools for creating, updating, and deleting API resources.
- Works with local or remote OpenAPI URLs.
- Accepts an optional path prefix for custom operation grouping.
Use cases of AEP MCP Server
- Exposing an AEP-compliant REST API as MCP resources and tools for AI assistants.
- Allowing LLMs to browse, create, update, and delete resources through a standardized protocol.
- Rapidly integrating any existing AEP API with the Model Context Protocol without manual code generation.
- Prototyping MCP‑based tooling for APIs that follow the AEP design patterns.
FAQ from AEP MCP Server
What is an AEP‑compliant API?
AEP (AEP.dev) is a set of API design patterns and guidelines. An AEP‑compliant API follows those patterns. Visit aep.dev for full details.
How do I install the AEP MCP Server?
Clone the repository from GitHub and run npm install in the project directory.
How do I run the server?
Use npm run serve --openapi-url="<url>" or, if installed globally, npx . --openapi-url="<url>". You can also add --prefix="/custom/path" to modify the generated operation paths.
What does the server generate?
It generates MCP resources for reading and listing API resources, and MCP tools for creating, updating, and deleting those resources – all based on your AEP‑compliant OpenAPI document.
Can I customize the generated operations?
Yes, you can provide a --prefix argument to set a path prefix that will be applied to all generated MCP operations.
记忆与知识 分类下的更多 MCP 服务器
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
评论