2 months ago
Vantage is a personal signal store for AI-native work. A place to capture and query the things you notice across the web.
A post on X. A thread on LinkedIn. An insight from an article. A competitor move. Instead of losing it across tabs, screenshots, and notes, you save it -- and use it later.
Server Config
{
"mcpServers": {
"vantage": {
"command": "node",
"args": [
"/path/to/vantage/mcp-server/src/index.js"
],
"env": {
"VANTAGE_API_URL": "http://localhost:3020",
"VANTAGE_API_KEY": "vtg_YOUR_KEY_HERE"
}
}
}
}