Skip to main content

collaborative AI

Project description

๐Ÿš€ Huuh MCP Server - Collaborative AI for everybody! ๐ŸŽ“

The Huuh MCP Server is your friendly neighborhood Model Context Protocol server that bridges the gap between AI applications and the huuh.me platform ๐Ÿค–๐Ÿ’

With huuh.me you can:

  • ๐Ÿ“š AI-native knowledge
    • create knowledge bases
    • retrieve and contribute content directly in chat
  • ๐Ÿซ‚ shared AI for your team
    • share and collaborate on knowledge bases with others
    • let them retrieve and contribute
  • ๐ŸŽญ better results with flexible usage
    • Build and share AI personas (system prompts)
    • switch from your Research AI to your Marketing AI with in chat

โœจ What Does This Server Do?

Our server is like a Swiss Army knife for collaboration in the era of AI! ๐Ÿ”ง๐Ÿ“š You can:

  • ๐Ÿ” Explore Bases: Search through marketplace public knowledge bases
  • ๐Ÿ“– Access Information: Retrieve specific information from one of your bases or any public base
  • ๐ŸŽญ Manage Personas: Get and update AI personas to quickly apply system prompts in the chat
  • ๐Ÿ“ Contribute Content: Add your own contributions to bases and help build the knowledge base
  • ๐Ÿ› ๏ธ Contribute Personas: Contribute personas you find useful to a public base

To use the server, please register on the huuh.me platform and get your API key. This server is designed to work with the huuh API, so you'll need an account to get started! ๐ŸŒ

๐Ÿ› ๏ธ Available Tools - Your AI Toolbox!

Our server comes packed with 7 incredible tools that make working with educational content a breeze:

1. ๐Ÿ  get_user_options

What it does: Gets information about your available bases, modules, and files
Perfect for: Starting your journey and understanding what's available to you!

2. ๐Ÿ›’ search_marketplace

What it does: Search for bases in the marketplace
Parameters:

  • query (string) - Your search terms (max 150 characters)
    Perfect for: Discovering new bases and educational opportunities!

3. ๐Ÿ” retrieve_information

What it does: Retrieve specific information from base content
Parameters:

  • query (string) - What you're looking for (max 150 characters)
  • base_id (string) - Which base to search in
  • relevant_modules (array, optional) - Specific modules to focus on
  • relevant_groups (array, optional) - Specific groups to include
  • relevant_file_ids (array, optional) - Specific files to search
    Perfect for: Getting precise answers from base materials!

4. ๐Ÿ“ contribute

What it does: Add your own content contributions to bases
Parameters:

  • base_id (string) - Course to contribute to
  • folder_number (string) - Which folder to add content to
  • contribution_title (string) - Title of your contribution
  • contribution_content (string) - Your amazing content (max 30,000 characters)
    Perfect for: Sharing knowledge and helping others learn!

5. ๐ŸŽญ get_persona

What it does: Retrieve information about AI personas
Parameters:

  • title (string) - Name of the persona you want
    Perfect for: Applying your stored system prompts in your chat!

6. ๐Ÿ”„ refresh_persona

What it does: Update persona content and behavior
Parameters:

  • title (string) - Persona to update
  • new_content (string) - Updated persona content
  • base_id (string, optional) - Course-specific persona updates
    Perfect for: Iteratively improving system prompts for future use!

7. ๐ŸŽ contribute_persona

What it does: Add a brand new persona to a base (yours or public) Parameters:

  • base_id (string) - Course to add persona to
  • persona_title (string) - Name of your new persona
  • persona_content (string) - Persona description and behavior (max 150 characters)
    Perfect for: Storing system prompts to reapply them in the future!

๐Ÿš€ Quick Start - Get Up and Running in Seconds!

Claude Desktop Configuration

Add the following configuration to claude-desktop.json:

{
  "mcpServers": {
    "linkedin-mcp": {
      "command": "uvx",
      "args": ["huuh-mcp"],
      "env": {
        "HUUH_APIK_KEY": "<yours>"
      }
    }
  }
}

๐Ÿ”ง Development Setup - For the Code Enthusiasts!

Want to contribute or customize? We love developers! ๐Ÿ’ปโค๏ธ

Prerequisites

  • Python 3.12+ ๐Ÿ
  • uv package manager โšก

Setup Steps

# Clone the repository
git clone https://github.com/infolab-ai/mcp.git
cd mcp

# Install dependencies with uv (it's lightning fast!)
uv sync

# Activate the virtual environment
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Set up your environment variables
cp .env.sample .env
# Edit .env with your API credentials

# Run the server in development mode
python -m huuh_mcp.server

Environment Variables ๐Ÿ“‹

Create a .env file with:

# Your HUUH API key (get this from your account settings)
HUUH_APIK_KEY=your_api_key_here

# Optional: Set logging level
LOG_LEVEL=INFO

๐Ÿ” Authentication - Secure and Simple!

The server uses API key authentication to keep your data safe! ๐Ÿ›ก๏ธ

  1. ๐Ÿ”‘ Get your API key from the huuh.me platform
  2. ๐Ÿ”’ Set it in your environment variables
  3. โœจ The server handles the rest automatically!

๐Ÿ“œ License - Freedom to Learn and Build!

This project is licensed under the MIT License ๐Ÿ“„ - which means you're free to:

  • โœ… Use it commercially
  • โœ… Modify it however you want
  • โœ… Distribute it to others
  • โœ… Use it privately
  • โœ… Contribute back to the community

The only requirement? Keep the license notice in derivative works. That's it! ๐ŸŽ‰

๐Ÿค Contributing - Join our Discord Community!

We'd love your help making this server even more awesome! ๐ŸŒŸ

  • ๐Ÿ› Found a bug? Open an issue!
  • ๐Ÿ’ก Have an idea? We want to hear it!
  • ๐Ÿ”ง Want to contribute code? Send us a PR!
  • ๐Ÿ“š Improve documentation? You're our hero!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

huuh_mcp-0.1.7.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

huuh_mcp-0.1.7-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file huuh_mcp-0.1.7.tar.gz.

File metadata

  • Download URL: huuh_mcp-0.1.7.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for huuh_mcp-0.1.7.tar.gz
Algorithm Hash digest
SHA256 c6d76866934bfafb32ff09c590e154efec1f8ac7e154f0f9838e15dae96d4ea9
MD5 9389cacf4775b558a17fd20dcf80ff65
BLAKE2b-256 a159a46e1d689d269c4fe2f1435d3bb92f41124b3959cd67bb374a79e2c01f7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for huuh_mcp-0.1.7.tar.gz:

Publisher: publish.yml on infolab-ai/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file huuh_mcp-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: huuh_mcp-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for huuh_mcp-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0f339bfb8f10ba14861f3ea9214be450b063452062357836324590255eba7887
MD5 4f6ef1d5f6b5cdd584865db69dcbd8d9
BLAKE2b-256 35bab25d2ee787dad65d17b5d949f7d3f2b55d2d05bc56310e9c4e50f256b37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for huuh_mcp-0.1.7-py3-none-any.whl:

Publisher: publish.yml on infolab-ai/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page