By rekitech
Connect Claude to Reki's funding copilot for French startups (CIR, JEI, BPI, PI R&D, France 2030).
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
api_tokenYour rk_live_... key. Create one at https://mcp.reki.eu/settings/api-keys.
${user_config.api_token}Connect Claude to Reki, a funding copilot for French startups (CIR, JEI, PI R&D, BPI, France 2030, Eurostars).
This repo is a Claude plugin marketplace that ships one plugin: reki-mcp. It packages the Reki MCP server configuration plus a skill that tells Claude when to call it.
You need a Reki account and an API key to use this plugin. Sign up and create a key at https://mcp.reki.eu/settings/api-keys.
/plugin marketplace add rekitech/mcp
/plugin install reki-mcp@reki
Claude Code will prompt for your rk_live_… API key during install and store it in the OS keychain.
Open the sidebar → Customize → Plugins → Add plugin, then paste:
rekitech/mcp
Same prompt for your API key, same keychain storage.
The plugin format is Claude-specific, but the underlying MCP server is the same. Copy this snippet into your client's MCP config, replacing <YOUR_KEY> with your rk_live_… token:
{
"mcpServers": {
"reki": {
"type": "http",
"url": "https://api.reki.eu/api/mcp/v1/mcp",
"headers": {
"Authorization": "Bearer <YOUR_KEY>"
}
}
}
}
Once installed, just ask Claude in natural language. Examples:
The using-reki skill bundled with the plugin tells Claude when to route a question through Reki. Multi-turn conversations stay coherent for ~30 minutes of inactivity — no need to repeat context.
.
├── .claude-plugin/
│ └── marketplace.json ← this repo as a Claude marketplace
└── plugins/
└── reki-mcp/
├── .claude-plugin/
│ └── plugin.json ← plugin manifest + userConfig prompt
├── .mcp.json ← MCP server config (HTTP transport)
└── skills/
└── using-reki/
└── SKILL.md ← when/how Claude should call ask_reki
MIT — see LICENSE.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rekitech/mcp --plugin reki-mcpPermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.