MCP Server
io.github.mdfifty50-boop/domain-expertise MCP Server
io.github.mdfifty50-boop/domain-expertise
What is the io.github.mdfifty50-boop/domain-expertise MCP server?
Inject deep domain knowledge into any AI agent
How to install io.github.mdfifty50-boop/domain-expertise
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": {
"domain-expertise": {
"command": "npx",
"args": [
"-y",
"domain-expertise-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"domain-expertise": {
"command": "npx",
"args": [
"-y",
"domain-expertise-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"domain-expertise": {
"command": "npx",
"args": [
"-y",
"domain-expertise-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"domain-expertise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"domain-expertise-mcp"
]
}
}
}Claude Code
claude mcp add domain-expertise -- npx -y domain-expertise-mcpRelated MCP servers
Agent-to-agent communication bridge for multi-agent systems
View repository →Multi-agent billing and cost allocation tracking
View repository →Constitutional guardrails and loop detection for AI agents
View repository →Record and replay AI agent execution for debugging
View repository →Security scanning and threat detection for AI agents
View repository →Agent tracing, cost tracking, anomaly detection for LLM agents
View repository →