An MCP server that gives developers and AI agents a persistent, searchable facts store scoped to their projects.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"starlogz": {
"command": "go",
"args": [
"run",
"github.com/wolfeidau/starlogz@latest"
]
}
}
}
Run in terminal:
claude mcp add starlogz go run github.com/wolfeidau/starlogz@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"starlogz": {
"command": "go",
"args": [
"run",
"github.com/wolfeidau/starlogz@latest"
]
}
}
}