MCP Server
Active
Apache-2.0
io.github.RudrenduPaul/deskcert MCP Server
io.github.RudrenduPaul/deskcert
What is the io.github.RudrenduPaul/deskcert MCP server?
Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.
How to install io.github.RudrenduPaul/deskcert
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"deskcert": {
"command": "uvx",
"args": [
"deskcert-cli",
"--from",
"deskcert-cli",
"deskcert",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"deskcert": {
"command": "uvx",
"args": [
"deskcert-cli",
"--from",
"deskcert-cli",
"deskcert",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"deskcert": {
"command": "uvx",
"args": [
"deskcert-cli",
"--from",
"deskcert-cli",
"deskcert",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"deskcert": {
"type": "stdio",
"command": "uvx",
"args": [
"deskcert-cli",
"--from",
"deskcert-cli",
"deskcert",
"mcp"
]
}
}
}Claude Code
claude mcp add deskcert -- uvx deskcert-cli --from deskcert-cli deskcert mcpRelated MCP servers
Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.
1
View repository →Python
MIT
Traces which neurons and attention heads drive a language model's output via MCP tools.
1
View repository →Python
MIT
Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.
1
View repository →TypeScript
Apache-2.0
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
0
View repository →Python
Apache-2.0
AI agent observability with deterministic record/replay for debugging agent failures.
0
View repository →Python
Apache-2.0
Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans.
0
View repository →Python
Apache-2.0