@opensource-together/mcp
v0.1.0
Published
MCP server for discovering open-source projects via OST Linker
Readme
@opensource-together/mcp
Need a project? Just ask your agent.
Stop browsing GitHub. Tell your AI agent what you need — it finds the right open-source project for you. Works with Claude, OpenClaw, and any MCP-compatible agent.
Quick Start
Add this to your MCP client config:
{
"mcpServers": {
"ost": {
"command": "npx",
"args": ["@opensource-together/mcp"]
}
}
}Tools
| Tool | What it does |
|------|-------------|
| search_projects | Search by keyword + filter by category, domain, or tech stack |
| get_project | Get full details on any project |
| get_trending | See what's hot right now |
| find_similar | Find similar projects using AI embeddings |
| list_categories | Browse all categories |
| list_domains | Browse all domains |
| list_techstacks | Browse all tech stacks |
How it works
Ask your agent > @ost-mcp > @ost-linker > projects found
- "Find me React projects for e-commerce"
- "What's trending in open source right now?"
- "Show me projects similar to FastAPI"
Development
npm install
npm test
npm run build
npm run devLicense
MIT
