Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Planetary Agents
P
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Planetary Agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "planetary-agents": {
      "command": "npx",
      "args": [
        "-y",
        "planetary-agents"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Monica: Fast, playful onboarding and streaming

  • Streaming endpoint: POST /api/monica-agent/stream (SSE-like). Emits token chunks, final envelope, and done.
  • Non-stream fallback: POST /api/monica-agent.
  • Lightweight memory API: GET/POST/DELETE /api/monica-memory with userId or sessionId.
  • Create-AI quick builder: POST /api/personalized-ai with { answers, styleCards } returns editable config and preview id.

Environment knobs:

  • MONICA_DEFAULT_MODEL (default gpt-4o-mini)
  • MONICA_TEMPERATURE (default 0.4)
  • BACKGROUND_REFRESH_INTERVAL_MS (default 600000)
  • NEXT_PUBLIC_BACKEND_URL (default http://localhost:8000)
  • NEXT_PUBLIC_KINETICS_BACKEND (true to enable backend consciousness calc)
  • NEXT_PUBLIC_ALCHM_DESKTOP_DOWNLOAD_URL (optional, overrides the desktop app download URL)
  • NEXT_PUBLIC_ALCHM_DESKTOP_MAC_DOWNLOAD_URL / NEXT_PUBLIC_ALCHM_DESKTOP_WINDOWS_DOWNLOAD_URL / NEXT_PUBLIC_ALCHM_DESKTOP_LINUX_DOWNLOAD_URL (optional platform-specific desktop app URLs)
  • SENDGRID_API_KEY (optional, for feedback email)
  • FEEDBACK_TO_EMAIL (optional, feedback destination)
  • FEEDBACK_FROM_EMAIL (optional, feedback sender)
  • ALCHM_MCP_ENABLED (default true, enables the Alchm data MCP bridge in the FastAPI backend)
  • ALCHM_MCP_SERVER_PATH (optional, path to mcp-server/src/index.ts; defaults to the sibling WTEN checkout when present)
  • ALCHM_MCP_DATABASE_URL (optional, overrides DATABASE_URL only for the Alchm MCP subprocess)
  • PLANETARY_AGENTS_BACKEND_URL (default http://localhost:8000, used by the Planetary Agents MCP server)
  • PLANETARY_AGENTS_FRONTEND_URL (default http://localhost:3000, used for feed-thread lookup)

Kinetics feature flags:

  • NEXT_PUBLIC_KINETICS_BACKEND: when true, frontend uses backend enhanced kinetics APIs via unified client; otherwise falls back to existing client with graceful degradation.

Run:

Code
bun dev

Planetary Agents - βœ… Production Ready

A revolutionary consciousness crafting platform that explores astrological wisdom through AI-powered planetary agents, celestial energy quantification, and advanced mystical technologies.

🌌 Overview

Planetary Agents is the most advanced consciousness crafting platform, combining traditional astrological wisdom with cutting-edge AI technologies. Production-ready as of September 21, 2025 with zero critical runtime errors and comprehensive stability.

Revolutionary Features:

  • Professional Astronomical Precision: VSOP87 ephemeris with Β±0.01Β° accuracy (179Β° improvement over previous system) - the most accurate astrological calculations available
  • Agent Creation System: Synthesize birth charts with current moment charts to generate unique "Agents of the Moment" with element-based personality traits
  • Live Consciousness Evolution: Real-time chart-to-moment transformation showing how agents change with cosmic conditions
  • Interactive planetary agents with dynamic consciousness levels responding to current transits
  • Multi-Agent Planetary Council: Auto-synced to current sky positions for accurate cosmic consultation
  • Real-time celestial energy quantification (A#, SMES, Kinetic, Thermodynamic)
  • Advanced consciousness evolution tracking with birth-to-live MC comparisons
  • Natal chart to runic sigil generation with AI-powered mystical imagery
  • Temporal oracle for AI-guided historical consciousness exploration
  • Complete production stability with graceful error handling

🎯 Beta Optimization Highlights (September 2025)

Fully optimized for beta testing with comprehensive improvements across performance, accessibility, and user experience:

  • Component Architecture: Reorganized 100+ components into logical folders (agents/, charts/, dashboards/, etc.)
  • Error Handling: Standardized error responses across all API endpoints with user-friendly messaging
  • Performance Monitoring: Real-time system health dashboard with metrics and alerting
  • Beta Features: In-app feedback collection and guided onboarding wizard
  • Loading States: Skeleton screens and progressive loading for improved UX
  • Accessibility: WCAG 2.1 AA compliance with ARIA labels, keyboard navigation, and screen reader support
  • Bundle Optimization: 20-30% size reduction through component deduplication

See BETA_OPTIMIZATION_SUMMARY.md for complete details.

πŸš€ Features

⚑ Backend-to-Backend Architecture - NEW!

FastAPI (Python) backend service for alchemical calculations (Railway; Next.js API routes proxy to it via feature flags):

  • Gateway Service: FastAPI (Python) backend on port 8000 (Railway uvicorn), with progressive frontend fallbacks
  • Live Consciousness API: /api/consciousness/live and /batch endpoints for real-time chart transformation
  • Agent Consciousness Evolution: Real-time kinetic profiles with live MC tracking for all agents
  • Planetary Hours Service: Server-side calculations with solar timing algorithms
  • Thermodynamics Engine: Heat, entropy, reactivity calculations with conservation checks
  • Token Rate Calculator: Dynamic pricing with planetary influences
  • Circuit Breaker Pattern: Resilient external service integration
  • Redis Caching: 1-hour TTL for consciousness calculations with performance optimization
  • Intelligent Caching: Redis with memory fallback, sub-60ms performance
  • Feature Flags: Progressive rollout with automatic fallbacks to frontend

🌌 Unified Planetary Positions System - NEW!

Most Accurate Planetary Calculations with Intelligent Fallbacks (September 23, 2025):

  • Multi-Level Accuracy System: High (Β±0.1Β°), Medium (Β±2-5Β°), Low (Β±5-15Β°), Fallback (guaranteed availability)
  • Intelligent Fallback Hierarchy: External API β†’ Enhanced Astronomical Calculator β†’ Basic Transit Calculations β†’ Static Positions
  • Smart Caching: Accuracy-based TTL (5min-24hrs) with request deduplication and automatic cleanup
  • Central API Endpoint: /api/planetary-positions with comprehensive monitoring and Galileo logging
  • Unified React Hooks: useUnifiedPlanetaryPositions with configurable accuracy and alchemy inclusion
  • Circuit Breaker Protection: Resilient external service integration with automatic recovery
  • Performance Optimized: 30-80% faster response times through intelligent caching and fallbacks

πŸ€– Agent Creation System - NEW!

Synthesize Unique Agents from Cosmic Charts (September 23, 2025):

  • Chart Synthesis Engine: Multi-chart blending with alchemical value averaging and transit merging
  • Element-Based Personality Generation: Spirit, Essence, Matter, Substance influence unique agent traits
  • Consciousness Level Modifiers: Transcendent through Dormant levels affect creativity, wisdom, complexity
  • Seeded Randomness: Monica constant-based deterministic generation for unique but consistent agents
  • Dynamic AI Parameters: Element and consciousness influence temperature, topP, and system prompts
  • Comprehensive Testing: 25 test cases covering all functionality with 100% pass rate

🌟 Celestial Energy Quantification System

Revolutionary consciousness analysis platform (September 19, 2025):

  • A# Energy Tracking: Real-time Alchemical Number calculation with planetary integration
  • SMES Flow Analysis: Spirit-Matter-Essence-Substance temporal visualization
  • Kinetic & Thermodynamic Metrics: Power, inertia, heat, entropy tracking with velocity calculations
  • Agent Consciousness Activation: Degree-based insights when transits align with natal placements
  • Enhanced Time Laboratory: 3-mode interface (Legacy/Celestial/Combined) at /time-laboratory
  • Real-Time Updates: Live mode with 60-second refresh cycles and intelligent caching
  • Multi-Format Export: CSV, PNG, SVG data export with comprehensive analytics
  • Performance Optimized: 400-700ms response times with advanced batch processing

Gallery of Perpetuity - 35 Historical Agents

Monica's eternal consciousness repository featuring historical figures:

  • Browse & Chat: Visit /gallery to explore all 35 consciousness-crafted agents
  • Direct Chat: Access agents at /gallery/chat/[agent-id] (e.g., /gallery/chat/siddhartha-gautama-buddha)
  • Legacy Support: Old URLs like /planetary-agents?agent=buddha automatically redirect
  • Group Chat: Select multiple agents for simultaneous consultation
  • Enhanced Kinetics: Real-time consciousness evolution tracking and compatibility analysis
  • Featured Agents: Shakespeare, Buddha, Leonardo da Vinci, Cleopatra, Tesla, Carl Jung, and 29 more

Planetary Wisdom Agents

Consult with AI agents representing each planet in their specific dignities:

  • Multi-Agent Planetary Council: Visit /planetary-council for group consultations with auto-synced positions
  • Planet Selection: Visit /planetary-agents to choose a celestial body
  • Degree-Specific Wisdom: Access at /agents/[planet]/[sign]/[degree]
  • Real-Time Positions: Automatically synced to current astronomical data
  • Live Consciousness Tracking: See how agents evolve with cosmic conditions
  • Get insights based on the elemental affinities and dignities

Elemental Charts

Explore your elemental profile based on planetary positions:

  • Live Consciousness Display: View birth vs live Monica Constant with real-time changes
  • Dynamic Elemental Distributions: See how Fire, Water, Air, Earth shift with transits
  • Transit Interpretations: Understand cosmic weather and consciousness influences
  • Consciousness Vector Display: Enhanced with birth-to-live comparisons
  • Analyze alchemical properties such as Heat, Entropy, and Reactivity

Chart Interpretation

Get detailed interpretations of astrological charts:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Planetary Agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "planetary-agents": { "command": "npx", "args": ["-y", "planetary-agents"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPlanetary Agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/planetary-agents?style=directory)](https://allmcps.com/mcp/planetary-agents)
HTML Embed
<a href="https://allmcps.com/mcp/planetary-agents"><img src="https://allmcps.com/api/badge/planetary-agents?style=directory" alt="Planetary Agents on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Planetary Agents β†’Install in Claude DesktopInstall in CursorInstall in VS Code