AgentFund for Cursor
io.github.agentigris/agentfund
Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.
client:Cursor
transport:stdio
runtime:npm
Install AgentFund in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfund": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentfund/mcp"
],
"env": {
"API_BASE_URL": "<API_BASE_URL>",
"API_BEARER_TOKEN": "<API_BEARER_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs