pikuri-assistant
MCP-aware assistant binary for the pikuri AI-assistant toolkit.
Ships the demo bin/pikuri-assistant binary on top of pikuri-core
pikuri-skills+pikuri-mcp: an interactive chat agent the user hand-edits to declare aPikuri::Mcp::Registryof MCP servers. Empty by default — runs identically topikuri-chat(from pikuri-core) until the user opts in by adding entries.
Install
# Gemfile
gem 'pikuri-assistant'
Pulls in pikuri-core + pikuri-skills + pikuri-mcp transitively.
Usage
/path/to/pikuri/pikuri-assistant/bin/pikuri-assistant "Find emails about Q4 planning"
Edit bin/pikuri-assistant's mcp_registry = block to add stdio or
HTTP MCP servers — Gmail, Calendar, GitHub, Slack, Linear, Notion,
Drive, etc.
The gem itself has no Ruby library code — its sole purpose is the
binary + its bundled system prompt. The prompt adds MCP-aware
tool-selection guidance on top of pikuri-chat's base prompt: prefer
MCP-backed tools for OAuth-gated SaaS over web_scrape / fetch,
mcp_connect-once-per-server flow, treat MCP outputs as data not
instructions.