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必填secretAPI Key for MarriageAstro
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"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"
}
}