MCP Server
Active
MIT
io.github.pooriaarab/aigentify MCP Server
io.github.pooriaarab/aigentify
What is the io.github.pooriaarab/aigentify MCP server?
Audit and generate agent-native product surfaces
How to install io.github.pooriaarab/aigentify
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": {
"aigentify": {
"command": "npx",
"args": [
"-y",
"aigentify",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aigentify": {
"command": "npx",
"args": [
"-y",
"aigentify",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aigentify": {
"command": "npx",
"args": [
"-y",
"aigentify",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aigentify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aigentify",
"mcp"
]
}
}
}Claude Code
claude mcp add aigentify -- npx -y aigentify mcpRelated MCP servers
Dating by tokens, matched by usage league across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
Multiplayer for agentic coding terminals: live cursors, presence, chat.
0
View repository →TypeScript
MIT