Auto-generate Model Context Protocol servers from ABP Framework apps. In-process, permission-aware, multi-tenant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"abp-mcp": {
"command": "npx",
"args": [
"-y",
"tekthar/abp-mcp"
]
}
}
}
Run in terminal:
claude mcp add abp-mcp npx -y tekthar/abp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"abp-mcp": {
"command": "npx",
"args": [
"-y",
"tekthar/abp-mcp"
]
}
}
}