io.github.caleb-love/foxhound MCP Server
io.github.caleb-love/foxhound
What is the io.github.caleb-love/foxhound MCP server?
MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients
How to install io.github.caleb-love/foxhound
Copy-paste configuration for popular MCP clients.
FOXHOUND_API_KEYrequiredsecretYour Foxhound API key (create at foxhound.dev)
FOXHOUND_ENDPOINTFoxhound API endpoint (default: http://localhost:3001)
{
"mcpServers": {
"foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<YOUR_FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<YOUR_FOXHOUND_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<YOUR_FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<YOUR_FOXHOUND_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"foxhound": {
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<YOUR_FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<YOUR_FOXHOUND_ENDPOINT>"
}
}
}
}{
"servers": {
"foxhound": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@foxhound-ai/mcp-server"
],
"env": {
"FOXHOUND_API_KEY": "<YOUR_FOXHOUND_API_KEY>",
"FOXHOUND_ENDPOINT": "<YOUR_FOXHOUND_ENDPOINT>"
}
}
}
}claude mcp add foxhound --env FOXHOUND_API_KEY=<YOUR_FOXHOUND_API_KEY> --env FOXHOUND_ENDPOINT=<YOUR_FOXHOUND_ENDPOINT> -- npx -y @foxhound-ai/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.