Личный корневой сайт GitHub Pages: визитка и ссылки на проекты | Showcase of open-source AI skills and MCP servers by ilyautov.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ilyautov.github.io": {
"command": "npx",
"args": [
"-y",
"ilyautov/ilyautov.github.io"
]
}
}
}
Run in terminal:
claude mcp add ilyautov.github.io npx -y ilyautov/ilyautov.github.io
Add to .cursor/mcp.json:
{
"mcpServers": {
"ilyautov.github.io": {
"command": "npx",
"args": [
"-y",
"ilyautov/ilyautov.github.io"
]
}
}
}