subbu3012/kogna-mcp
3.1
If you are the rightful owner of kogna-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Kogna MCP Server is a Model Context Protocol server designed to facilitate interaction with Kogna's multi-agent AI avatar system.
Tools
8
Resources
0
Prompts
0
Kogna MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with Kogna's multi-agent AI avatar system.
Installation
pip install kogna-mcp
Configuration
Add this to your MCP client configuration (e.g., Cursor):
{
"mcpServers": {
"kogna": {
"command": "kogna-mcp"
}
}
}
Available Tools
start_kogna_conversation- Start a new conversation with Kogna avatarssend_kogna_message- Send a message to the current conversationlist_kogna_avatars- List available avatars and their specialtieslist_kogna_rooms- List available rooms and their descriptionsswitch_kogna_avatar- Switch to a different avatarswitch_kogna_room- Switch to a different roomget_kogna_conversation_history- Get conversation historyget_kogna_system_info- Get system information
Usage
Once configured, you can use Kogna through your MCP client:
- "Start a Kogna conversation"
- "List the available Kogna avatars"
- "Switch to the business room"
- "Ask the strategist avatar about market positioning"
Requirements
- Python 3.8+
- Internet connection (connects to Kogna backend)
License
MIT License