ai-portfolio-server

MarioAderman/ai-portfolio-server
★ 0 stars Python 🤖 AI/LLM Updated today
Dual-protocol AI portfolio — MCP server + A2A agent for potential clients
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-portfolio-server": {
      "command": "uvx",
      "args": [
        "ai-portfolio-server"
      ]
    }
  }
}

Or install with pip: pip install ai-portfolio-server