New agent tools, agent frameworks, orchestration patterns, LLM releases, MCP servers, agent infrastructures, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
".github": {
"command": "npx",
"args": [
"-y",
"multiagentnews/.github"
]
}
}
}
Run in terminal:
claude mcp add .github npx -y multiagentnews/.github
Add to .cursor/mcp.json:
{
"mcpServers": {
".github": {
"command": "npx",
"args": [
"-y",
"multiagentnews/.github"
]
}
}
}