An open-source API for collecting and managing contacts and signups.
claude mcp add contactapi -- npx -y @kozmos-tech/contactapi
claude_desktop_config.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"contactapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/contactapi"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.kozmos-tech--contactapi/reviews or the review_server meta-tool.
POST /mcp