PluginBench
MCP Server
Active
MIT

FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting MCP Server

io.github.adelaidasofia/investor-relations-mcp

What is the FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting MCP server?

FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting prep, tracks…

How to install FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VAULT_CRM_PATH
    required

    Absolute path to your CRM/ folder in the Obsidian vault

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "investor-relations-mcp": {
      "command": "https://github.com/adelaidasofia/investor-relations-mcp/releases/download/v0.1.0/investor-relations-mcp.mcpb",
      "args": [],
      "env": {
        "VAULT_CRM_PATH": "<YOUR_VAULT_CRM_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "investor-relations-mcp": {
      "command": "https://github.com/adelaidasofia/investor-relations-mcp/releases/download/v0.1.0/investor-relations-mcp.mcpb",
      "args": [],
      "env": {
        "VAULT_CRM_PATH": "<YOUR_VAULT_CRM_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "investor-relations-mcp": {
      "command": "https://github.com/adelaidasofia/investor-relations-mcp/releases/download/v0.1.0/investor-relations-mcp.mcpb",
      "args": [],
      "env": {
        "VAULT_CRM_PATH": "<YOUR_VAULT_CRM_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "investor-relations-mcp": {
      "type": "stdio",
      "command": "https://github.com/adelaidasofia/investor-relations-mcp/releases/download/v0.1.0/investor-relations-mcp.mcpb",
      "args": [],
      "env": {
        "VAULT_CRM_PATH": "<YOUR_VAULT_CRM_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add investor-relations-mcp --env VAULT_CRM_PATH=<YOUR_VAULT_CRM_PATH> -- https://github.com/adelaidasofia/investor-relations-mcp/releases/download/v0.1.0/investor-relations-mcp.mcpb

Related MCP servers

FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

2
Python
MIT
View repository →

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…

2
Python
MIT
View repository →

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

1
Python
MIT
View repository →

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

1
Python
MIT
View repository →

Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…

1
Python
MIT
View repository →

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

1
Python
MIT
View repository →