IA02 — agent as MCP host + todo MCP server over stdio, local HTTP and public HTTPS. HCMUS 22127472.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ia02-mcp-server": {
"command": "npx",
"args": [
"-y",
"nban22/ia02-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ia02-mcp-server npx -y nban22/ia02-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ia02-mcp-server": {
"command": "npx",
"args": [
"-y",
"nban22/ia02-mcp-server"
]
}
}
}