Skip to content

Integrations Overview

Folionaut provides multiple integration points for different use cases.

Integration Options

IntegrationDescriptionUse Case
MCP Server & AI ToolsModel Context Protocol + Chat toolsAI assistants (Claude, etc.) and chat
FrontendREST API clientWeb applications

MCP Server & AI Tools

The MCP server enables AI assistants like Claude Desktop to interact with portfolio content directly. The same read tools power the chat endpoint via OpenAI function calling.

Quick Setup:

json
{
  "mcpServers": {
    "portfolio": {
      "command": "bun",
      "args": ["run", "mcp"],
      "cwd": "/path/to/folionaut"
    }
  }
}

Learn more about MCP and AI tools integration

Frontend Integration

The REST API provides everything needed for frontend applications:

  • Content bundle endpoint for fast initial load
  • Individual content endpoints with caching
  • AI chat integration
  • ETag support for efficient caching

Learn more about frontend integration

Architecture

All integrations share the same data layer:

Released under the MIT License.