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 服务器
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Notion MCP Server
makenotionOfficial Notion MCP Server
评论