MCP Server
Maintained
MIT
io.github.kozmos-tech/yourtraffic MCP Server
io.github.kozmos-tech/yourtraffic
What is the io.github.kozmos-tech/yourtraffic MCP server?
Open-source, privacy-first web analytics for tracking your sites' traffic.
How to install io.github.kozmos-tech/yourtraffic
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yourtraffic": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/yourtraffic"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yourtraffic": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/yourtraffic"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yourtraffic": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/yourtraffic"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yourtraffic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/yourtraffic"
]
}
}
}Claude Code
claude mcp add yourtraffic -- npx -y @kozmos-tech/yourtrafficRelated MCP servers
io.github.kozmos-tech/inhalt
Maintained
An open-source headless CMS for managing content models and entries.
3
View repository →TypeScript
MIT
io.github.kozmos-tech/contactapi
Maintained
An open-source API for collecting and managing contacts and signups.
1
View repository →TypeScript
MIT