Loading MCP server directory, please wait...
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
npx @getmcp/cli add io.github.Inistate/inistate-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
INISTATE_API_TOKENBearer token for Inistate API authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Inistate/inistate-mcp": {
"command": "npx",
"args": [
"-y",
"inistate-mcp"
],
"env": {
"INISTATE_API_TOKEN": "",
"INISTATE_API_BASE": "https://api.inistate.com"
}
}
}
}