parisinnov-mcp
v1.2.2
Published
MCP Server with Smart Query Builder (GLM-4.7) for RAG-powered knowledge base
Maintainers
Readme
parisinnov-mcp
MCP Server for Paris Innov knowledge base powered by GLM-4.7.
Quick Start
Claude Code
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"parisinnov": {
"command": "npx",
"args": [
"parisinnov-mcp",
"--access-token", "YOUR_MCP_TOKEN"
]
}
}
}Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor
Same config format in Cursor MCP settings.
That's it!
No backend needed. The MCP connects directly to Supabase Edge Functions.
Get your MCP Token
- Sign up at Paris Innov
- Join an organization
- Copy your MCP token from your profile
Tools
| Tool | Description |
|------|-------------|
| search-context | Search knowledge base with AI answers (GLM-4.7) |
| add-knowledge | Add document (auto-chunked & vectorized) |
| list-knowledge | List all documents |
| delete-knowledge | Delete a document |
Architecture
Claude Code / Cursor
│
▼
┌──────────────────────────┐
│ parisinnov-mcp (npm) │
└──────────┬───────────────┘
│ Direct HTTPS
▼
┌──────────────────────────┐
│ Supabase Edge Functions │
│ • search-context │
│ • ingest-context │
│ • list-documents │
│ • delete-document │
└──────────┬───────────────┘
│
▼
┌──────────────────────────┐
│ Supabase PostgreSQL │
│ • pgvector embeddings │
│ • Multi-tenant (orgs) │
└──────────────────────────┘License
MIT
