EMS v2 MCP server — exposes backend API tools via @modelcontextprotocol/sdk (never touches DB)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ems-mcp-server": {
"command": "npx",
"args": [
"-y",
"hossamAhmedSamy/ems-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ems-mcp-server npx -y hossamAhmedSamy/ems-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ems-mcp-server": {
"command": "npx",
"args": [
"-y",
"hossamAhmedSamy/ems-mcp-server"
]
}
}
}