Claude에 ARGOS Identity 개발자 가이드 MCP를 연결하는 방법입니다.
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/Users/{username}/Desktop", "/Users/{username}/Downloads" ] }, "argosidentity": { "command": "node", "args": [ "/Users/{username}/.mcp/argosidentity/src/index.js" ] } } }
npx mint-mcp add argosidentity
Was this page helpful?