init_project_kb
Initialize a project-specific knowledge base and receive a user ID for future contributions. Choose cloud storage to increase rate limits tenfold.
Instructions
Initialize a project-specific knowledge base with cloud storage. Returns user_id to store for future contributions. Cloud storage users get 10x rate limits (1000/hour vs 100/hour).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique project identifier (e.g., 'hivemind-mcp', 'my-app') | |
| project_name | Yes | Human-readable project name | |
| storage_type | No | Storage type: 'cloud' (10x limits) or 'local' (default limits) |