MCP server for dog facts. !
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_okf_dog_facts": {
"command": "go",
"args": [
"run",
"github.com/chris530/mcp_okf_dog_facts@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp_okf_dog_facts go run github.com/chris530/mcp_okf_dog_facts@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_okf_dog_facts": {
"command": "go",
"args": [
"run",
"github.com/chris530/mcp_okf_dog_facts@latest"
]
}
}
}