Tells you how you and your Claude agent actually work together. Local-only, no API keys.
claude mcp add dearuser -- npx -y @poisedhq/dearuser-mcp
claude_desktop_config.json
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"dearuser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bleedmode--dearuser/reviews or the review_server meta-tool.
POST /mcp