The sage MCP server provides AI task management for Claude Desktop and remote clients. It exposes task creation, tracking, and delegation functionality. The server connects to local and remote Claude instances, allowing agents to manage tasks across different environments. Developers use it to build AI-driven task management systems, automate workflows, and coordinate tasks between local and remote AI agents.
The sage MCP server provides AI task management for Claude Desktop and remote clients. It exposes task creation, tracking, and delegation functionality. The server connects to local and remote Claude instances, allowing agents to manage tasks across different environments. Developers use it to build AI-driven task management systems, automate workflows, and coordinate tasks between local and remote AI agents.
npx -y @shin1ohno/sageAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"shin1ohno-sage-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @shin1ohno/sage"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sage?"
API Key Required
This server requires an API key from sage. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SAGE_API_KEY | Yes | Your sage API key |
"What resources are available in sage?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sage"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sage with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.