MCP Server
Maintained
MIT
io.github.Thezenmonster/agentscore MCP Server
io.github.Thezenmonster/agentscore
What is the io.github.Thezenmonster/agentscore MCP server?
MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.
How to install io.github.Thezenmonster/agentscore
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": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentscore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}Claude Code
claude mcp add agentscore -- npx -y @agentscore-xyz/mcp-serverRelated MCP servers
agentmem
Maintained
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
2
View repository →Python
MIT