Practical tools for developers building the next generation of AI systems.
Open source and production-ready. Built by developers, for developers.
Edge AI benchmark suite. Test small language models on real edge hardware.
Terminal-based credential management. Secure storage, quick retrieval, and integration with your development workflow.
Collection of MCP servers for AI development. Connect Claude, GPT, and other models to external tools and services.
PDF summarization tool. Extract key information from documents using edge-optimized models.
# Install via npm
npm install -g @cyclecore/secretsage
# Initialize vault
secretsage init
# Store a secret
secretsage set OPENAI_KEY "sk-..."
# Use in scripts
export OPENAI_KEY=$(secretsage get OPENAI_KEY)
# Install a specific MCP server
npm install @cyclecore/mcp-github
# Add to Claude config
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["@cyclecore/mcp-github"]
}
}
}
Tools for developers building with edge AI and agents.