home / mcp / gateway mcp server
Proxies GraphQL with tracing and auth and provides an Inspector UI for testing.
Configuration
View docs{
"mcpServers": {
"gurkanfikretgunak-mcp_hub": {
"command": "uvicorn",
"args": [
"gateway.main:app",
"--reload",
"--host",
"0.0.0.0",
"--port",
"8080"
],
"env": {
"PORT": "8080",
"LOG_LEVEL": "INFO",
"ENABLE_AUTH": "true",
"TARGET_GRAPHQL_URL": "<backend_graphql_url>"
}
}
}
}List or search employees with optional filters (department/status/query)
Retrieve detailed information for a specific employee by ID
Create a new employee record in the CRM system
Update an existing employee's information
Soft-delete an employee (mark as terminated)
Search employees by name, email, position, or department
Get statistics and analytics about employees
List all departments in the organization