Governance layer for agentic AI — signed, verifiable receipts for every agent action.
claude mcp add kasbah-mcp -- npx -y @yobekasbah/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"kasbah-mcp": {
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"kasbah-mcp": {
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kasbah-mcp": {
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"kasbah-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"kasbah-mcp": {
"command": "npx",
"args": [
"-y",
"@yobekasbah/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Al-Adnane--kasbah-mcp/reviews or the review_server meta-tool.
POST /mcp