Server Config
{
"mcpServers": {
"linkedapi": {
"command": "npx",
"args": [
"-y",
"linkedapi-mcp@latest"
],
"env": {
"LINKED_API_TOKEN": "your-linked-api-token-here",
"IDENTIFICATION_TOKEN": "your-identification-token-here"
}
}
}
}