drio
Open app

$$CLAUD Grant Applications

Source

$$CLAUD'S Practical Utility Drives Solana to Tech Revolution Leadership Status

Catalog onlyCatalog onlySTDIO

Overview

Claud Grants is a project designed to facilitate the management and flow of grants within the Solana ecosystem, utilizing tokenization and AI development.

To use Claud Grants, follow the installation steps provided in the documentation, configure your environment, and start managing grant proposals through the platform.

  • Tokenization of grant proposals for easier management - Integration with WalletConnect for secure transactions - Community platform for collaboration on grant writing and proposals
  1. Managing grant proposals within the Solana ecosystem
  2. Facilitating community collaboration on grant writing
  3. Utilizing AI for enhancing grant management processes

Add to your AI client

Use these steps to connect $$CLAUD Grant Applications in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "claud-grants-seanivore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "claud-grants-seanivore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "claud-grants-seanivore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "claud-grants-seanivore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "claud-grants-seanivore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "claud-grants-seanivore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claud-grants-seanivore"
      ]
    }
  }
}

FAQ

What is the purpose of Claud Grants?

Claud Grants aims to streamline the grant management process in the Solana ecosystem through innovative technology.

Is Claud Grants open source?

Yes! Claud Grants is available on GitHub for public access and contributions.

How can I contribute to Claud Grants?

You can contribute by submitting proposals, reporting issues, or enhancing the documentation on GitHub.