AI engineer & explorer. Building MCP servers, local LLM inference, and agentic systems.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"guenichone": {
"command": "npx",
"args": [
"-y",
"guenichone/guenichone"
]
}
}
}
Run in terminal:
claude mcp add guenichone npx -y guenichone/guenichone
Add to .cursor/mcp.json:
{
"mcpServers": {
"guenichone": {
"command": "npx",
"args": [
"-y",
"guenichone/guenichone"
]
}
}
}