freshcrate
Home > MCP Servers > apteva

apteva

AI agent platform with multi-thread orchestration, MCP integrations, and dashboard

Description

AI agent platform with multi-thread orchestration, MCP integrations, and dashboard

Release History

VersionChangesUrgencyDate
0.9.5Imported from npm (0.9.5)Low4/21/2026
v0.9.5**Full Changelog**: https://github.com/apteva/apteva/compare/v0.9.4...v0.9.5High4/19/2026
v0.9.4**Full Changelog**: https://github.com/apteva/apteva/compare/v0.9.3...v0.9.4High4/19/2026
v0.9.3**Full Changelog**: https://github.com/apteva/apteva/compare/v0.9.2...v0.9.3High4/18/2026
v0.9.2**Full Changelog**: https://github.com/apteva/apteva/compare/v0.9.1...v0.9.2High4/18/2026
v0.9.1**Full Changelog**: https://github.com/apteva/apteva/compare/v0.9.0...v0.9.1High4/18/2026
v0.9.0**Full Changelog**: https://github.com/apteva/apteva/compare/v0.8.4...v0.9.0High4/18/2026
v0.8.4**Full Changelog**: https://github.com/apteva/apteva/compare/v0.8.3...v0.8.4Medium4/11/2026
v0.8.3**Full Changelog**: https://github.com/apteva/apteva/compare/v0.8.2...v0.8.3Medium4/11/2026
v0.8.2**Full Changelog**: https://github.com/apteva/apteva/compare/v0.8.1...v0.8.2Medium4/11/2026
v0.8.1**Full Changelog**: https://github.com/apteva/apteva/compare/v0.8.0...v0.8.1Medium4/11/2026
v0.8.0**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.6...v0.8.0Medium4/11/2026
v0.7.6**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.5...v0.7.6Medium4/11/2026
v0.7.5**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.4...v0.7.5Medium4/10/2026
v0.7.4**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.3...v0.7.4Medium4/10/2026
v0.7.3**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.2...v0.7.3Medium4/10/2026
v0.7.2**Full Changelog**: https://github.com/apteva/apteva/compare/v0.7.0...v0.7.2Medium4/10/2026
v0.7.1**Full Changelog**: https://github.com/apteva/apteva/compare/v0.5.0...v0.7.1Medium4/10/2026
v0.7.0**Full Changelog**: https://github.com/apteva/apteva/compare/v0.5.0...v0.7.0Medium4/10/2026
v0.5.0## Apteva v0.5.0 Complete rewrite — Go-based continuous thinking agents with multi-thread coordination. ### Highlights - **Multi-thread agents** — main coordinator spawns worker threads with dedicated tools and directives - **Telemetry pipeline** — full event streaming (tool calls, results, thread messages) to dashboard and DB - **Webhook subscriptions** — auto-register webhooks with external services (Stripe, OmniKit, etc.) - **265 integrations** — connect to any service via MCP with encrypteMedium3/31/2026
v0.4.57## What's New - **Live config push** — `update_agent` now pushes config to running agents automatically. No restart needed for feature changes, system prompt updates, skill/MCP assignments, etc. - **Clearer MCP responses** — `create_agent` and `update_agent` return human-readable feature names (e.g. "multi-agent (call_agent, delegate_task, list_available_agents)" instead of "agents") - Response includes `config_status: "applied live (no restart needed)"` when the agent is running **Full ChangeLow3/10/2026
v0.4.56## What's New - **Multi-agent MCP support** — `create_agent` and `update_agent` platform MCP tools now expose the `agents` feature flag, enabling the meta agent to set up multi-agent communication - **Test mode header** — Test runner sends `X-Test-Mode: true` to agents, activating tool mocking and memory extraction bypass - **Test history drawer** — Run history opens as a right-side drawer panel instead of inline, matching the agent panel UX ## Other Changes - UI mode context, provider updateLow3/10/2026
v0.4.53## Changes - Bump agent binary to v1.44.9 (was pinned to v1.44.6 via lockfile) Users running `npx apteva@latest` will now get agent v1.44.9 out of the box. **Full Changelog**: https://github.com/apteva/apteva/compare/v0.4.52...v0.4.53Low3/2/2026
v0.4.52## What's New ### Ollama Provider Support - Full local Ollama integration — run agents with local models - Dynamic model detection from running Ollama instance - No API key required for local providers ### UI Improvements - Renamed "Telemetry" → "Analytics" across all pages - Token usage chart now shows stacked bars with cache read/write and reasoning token breakdown - Charts update in real-time via SSE (no refresh needed) ### Fixes - Fixed auth for Ollama status/model endpoints (was showing Low3/2/2026
v0.4.51## Changes - Rename Telemetry page to Analytics across all UI - Token usage chart now shows stacked breakdown (cache read/write, reasoning) with orange/purple tints - Charts now update in real-time via SSE (merged fetched + live data) - Fix migration ordering: 024_create_test_runs now runs before 026/028 that ALTER it (fixes fresh installs) - Bump agent binary dependency to ^1.44.6 for latest agent on fresh installs **Full Changelog**: https://github.com/apteva/apteva/compare/v0.4.41...v0.4.51Low3/2/2026
v0.4.48- Upgrade @types/react and @types/react-dom to v19 (fixes npm update peer dependency conflicts) - Cache token telemetry support (cache_creation_tokens, cache_read_tokens) - Reasoning token telemetry support - Agent version fix: write VERSION file to agent data dir so npm-installed binaries report correct version - Professional theme font switching (Inter) - Telemetry stats cards single-row layout - Settings color scheme card border fixLow2/28/2026
v0.4.41**Full Changelog**: https://github.com/apteva/apteva/compare/v0.4.32...v0.4.41Low2/22/2026
v0.4.32**Full Changelog**: https://github.com/apteva/apteva/compare/v0.4.31...v0.4.32Low2/16/2026
v0.4.30## What's New ### Browser Provider Support (Operator Mode) - **Browserbase, Steel, BrowserEngine, Chrome** added as configurable browser providers in Settings UI - Two-field UI for Browserbase (API Key + Project ID) — stored as encrypted JSON - Browser provider picker in agent creation and settings panel - Operator config resolves browser credentials per project ### CDP Connection Reliability - **Auto-reconnect** on WebSocket disconnect — retries once before failing - **Browserbase**: `keepAliLow2/14/2026
v0.4.20## What's New ### MCP Subscription Tools - 8 new MCP tools for agents to programmatically manage trigger subscriptions (list providers, create/enable/disable/delete subscriptions, list connected accounts) - Supports all trigger providers (Composio, AgentDojo) ### Project-Scoped Data Loading - Agents, dashboard stats, tasks, and telemetry now filter server-side by project - Eliminates unnecessary data transfer when project mode is enabled ### Faster Page Load - Merged onboarding status into auLow2/12/2026
v0.4.19## What's New ### AgentDojo Trigger Subscriptions - Create subscriptions directly from the AgentDojo triggers tab - Dynamic config fields rendered from trigger type's `config_schema` (e.g. owner/repo for GitHub webhooks) - Auto-create local subscription record for webhook routing ### Fixes - Fixed AgentDojo API URL doubling (`/mcp/mcp` → `/mcp`) - Fixed provider key lookup to use project-scoped resolution - Pass extra config fields (owner, repo, etc.) through to MCP webhook register functions Low2/11/2026
v0.4.15## What's New ### Built-in MCP Platform Server 🤖 Agents can now control the Apteva platform itself through a built-in MCP server - manage other agents, MCP servers, skills, and integrations programmatically via a meta agent. - **Platform Control Tools** - Start/stop agents, manage MCP servers and skills, all from within an agent conversation - **Enriched Tool Descriptions** - MCP tool descriptions automatically enriched with provider/model/feature documentation - **Skills & MCP Management TooLow2/8/2026
v0.3.0## What's New ### Skills Support 🎯 Agents can now use **Skills** - reusable instruction sets that can be shared across multiple agents. #### Features - **Skills Page** - New dedicated page for managing skills - **Marketplace Integration** - Browse and install skills from GitHub (anthropics/skills repository) - **Local Skills** - Create custom skills with markdown content - **Agent Integration** - Attach skills to agents in Settings tab - **Auto-sync** - Skill updates automatically push to ruLow2/3/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

nestor-shAI agent platform — security-first orchestration for autonomous agents3.4.0
@astralform/jsAstralform JS SDK - AI agent orchestration with WebMCP support1.0.0
automagik-genieSelf-evolving AI agent orchestration framework with Model Context Protocol support2.5.27
council-mcpThree-tier AI agent MCP orchestration system: Chancellor (Opus), Executor (Sonnet), Aide (Haiku)0.4.0
@avasis-ai/synthSynthesize any LLM into a production-grade AI agent. Battle-tested agentic patterns, model-agnostic, TypeScript-first.0.6.0