-
Notifications
You must be signed in to change notification settings - Fork 175
docs: add Meteora AI tooling #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,7 @@ AI coding skills that enhance developer productivity on Solana. | |
| - [jupiter-skill](https://github.com/jup-ag/agent-skills/tree/main/skills/integrating-jupiter) - AI coding skill for Jupiter covering Ultra swaps, limit orders, DCA, perpetuals, lending, and token APIs on Solana. | ||
| - [kamino-skill](https://github.com/sendaifun/skills/tree/main/skills/kamino) - AI coding skill for Kamino Finance covering lending, borrowing, liquidity management, leverage trading, and oracle aggregation on Solana. | ||
| - [lulo-skill](https://github.com/sendaifun/skills/tree/main/skills/lulo) - AI coding skill for Lulo, Solana's lending aggregator that routes deposits to the highest-yielding protocols across Kamino, Drift, MarginFi, and Jupiter. | ||
| - [meteora-ai-skill-and-mcp](https://docs.meteora.ag/mcp) - Official Meteora Documentation MCP and AI skill for building Solana DeFi with [DLMM](https://docs.meteora.ag/developer-guides/dlmm) concentrated liquidity via [dlmm-sdk](https://github.com/MeteoraAg/dlmm-sdk), [DAMM v2](https://github.com/MeteoraAg/damm-v2) Token-2022 AMM pools via [damm-v2-sdk](https://github.com/MeteoraAg/damm-v2-sdk), and [Dynamic Bonding Curve](https://github.com/MeteoraAg/dynamic-bonding-curve) launches via [dynamic-bonding-curve-sdk](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This entry embeds six hyperlinks inside its description prose ( Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
| - [meteora-skill](https://github.com/sendaifun/skills/tree/main/skills/meteora) - AI coding skill for Meteora DeFi SDK covering liquidity pools, AMMs, bonding curves, vaults, and token launches on Solana. | ||
| - [octav-api-skill](https://github.com/Octav-Labs/octav-api-skill) - AI coding skill for Octav API covering Solana wallet portfolio tracking, transaction history, DeFi protocol positions, and token analytics. | ||
| - [orca-skill](https://github.com/sendaifun/skills/tree/main/skills/orca) - AI coding skill for Orca Whirlpools concentrated liquidity AMM covering swaps, liquidity provision, pool creation, and position management. | ||
|
|
@@ -94,6 +95,7 @@ AI-enhanced development tools for the Solana ecosystem. | |
| - [Solana Developer MCP](https://mcp.solana.com/) - Maintained by Solana. Solana MCP (Model Context Protocol) is a specialized AI assistant that integrates directly into AI-supported IDEs like Cursor and Windsurf (works with Claude CLI as well). Automatically queries the MCP server to provide accurate, up-to-date information from Solana and Anchor Framework documentation. | ||
| - [DFlow MCP Server](https://pond.dflow.net/build/mcp) - Unified spot + prediction market trading API with smart routing and low-failure execution; MCP connects AI tools to DFlow docs, APIs, and code recipes for accurate integrations on Solana. | ||
| - [Deside MCP](https://github.com/DesideApp/deside-mcp) - Wallet-to-wallet messaging primitive for Solana agents via MCP, where agents authenticate with an Ed25519 keypair and send DMs addressed by pubkey. | ||
| - [Meteora Documentation MCP](https://docs.meteora.ag/mcp) - HTTP MCP server exposing searchable Meteora docs, a read-only docs filesystem, and the `mintlify://skills/meteora` AI skill for agentic DLMM, DAMM v2, and Dynamic Bonding Curve integrations. | ||
| - [Phantom Connect SDK](https://docs.phantom.com) - Official Phantom Connect SDK documentation MCP server providing real-time API reference for building wallet-connected apps on Solana using `@phantom/react-sdk`, `@phantom/react-native-sdk`, and `@phantom/browser-sdk`. | ||
| - [SLO (Solana LLM Oracle)](https://github.com/GauravBurande/solana-llm-oracle) - Enables LLM inference directly in Solana programs for on-chain AI capabilities in games and protocols requiring autonomous functions. | ||
| - [LumoKit](https://github.com/Lumo-Labs-AI/lumokit) - Lightweight Python AI toolkit for Solana with on-chain actions, token swaps via Jupiter, and research capabilities for ecosystem developers. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both
meteora-ai-skill-and-mcp(line 44, DeFi section) andMeteora Documentation MCP(line 98, Developer Tools) resolve tohttps://docs.meteora.ag/mcp. Every other entry in the DeFi skills section links to an actual skill file or repository (e.g. the adjacentmeteora-skilllinks tohttps://github.com/sendaifun/skills/tree/main/skills/meteora). If this entry is meant to represent an AI coding skill, it should link to the skill's source or installation page — otherwise readers following the DeFi entry will land on the same documentation MCP page they would find under Developer Tools, making the DeFi listing redundant.