AgentHubAgentHub

marriage-astro

MCP ServerMCP Registry官方收录

io.github.novaventures-ai/marriage-astro · v1.0.2

Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis.

概览

marriage-astro 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "marriage-astro": {
      "command": "npx",
      "args": [
        "-y",
        "marriage-astro-mcp"
      ],
      "env": {
        "MARRIAGE_ASTRO_API_KEY": "<MARRIAGE_ASTRO_API_KEY>"
      }
    }
  }
}

环境变量

MARRIAGE_ASTRO_API_KEY必填secret

API Key for MarriageAstro

相关资源

统一 Manifest

{
  "id": "io.github.novaventures-ai/marriage-astro",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "marriage-astro",
  "description": "Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis.",
  "repository": {
    "url": "https://github.com/novaventures-ai/MarriageAstro",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "marriage-astro-mcp",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MARRIAGE_ASTRO_API_KEY",
            "description": "API Key for MarriageAstro",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.novaventures-ai/marriage-astro",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.novaventures-ai%2Fmarriage-astro/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
marriage-astro — MCP Server 安装与配置 · AgentHub