★ 0 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
Floating pane + MCP server. A reification layer between LLM conversations and your commitments. Claude / OpenRouter / OpenAI — BYO key, client-side, open source.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"stickyinc": {
"command": "npx",
"args": [
"-y",
"Astralchemist/stickyinc"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add stickyinc npx -y Astralchemist/stickyinc
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"stickyinc": {
"command": "npx",
"args": [
"-y",
"Astralchemist/stickyinc"
]
}
}
}
📋 Copy
README Excerpt
``` ███████╗████████╗██╗ ██████╗██╗ ██╗██╗ ██╗ ██╗███╗ ██╗ ██████╗ ██╔════╝╚══██╔══╝██║██╔════╝██║ ██╔╝╚██╗ ██╔╝ ██║████╗ ██║██╔════╝ ███████╗ ██║ ██║██║ █████╔╝ ╚████╔╝ ██║██╔██╗ ██║██║ ╚════██║ ██║ ██║██║ ██╔═██╗ ╚██╔╝ ██║██║╚██╗██║██║ ███████║ ██║ ██║╚██████╗██║ ██╗ ██║ ██║██║ ╚████║╚██████╗
Tools (10)
ANTHROPIC_API_KEY OPENAI_API_KEY OPENROUTER_API_KEY add_task add_task_natural complete_task haiku list_done list_tasks schedule_event
Topics
anthropic claude floating-window llm mcp-server openrouter productivity rust sqlite tauri typescript