Public, unauthenticated MCP server exposing cooperlees.com's blog posts, pages, and resume
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_info_server": {
"command": "cargo",
"args": [
"run",
"--",
"mcp_info_server"
]
}
}
}
Run in terminal:
claude mcp add mcp_info_server cargo run -- mcp_info_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_info_server": {
"command": "cargo",
"args": [
"run",
"--",
"mcp_info_server"
]
}
}
}