create-sparc
Version:
NPX package to scaffold new projects with SPARC methodology structure
21 lines • 443 B
JSON
{
"mcpServers": {
"example-server": {
"command": "npx",
"args": [
"-y",
"@example/mcp-server@latest",
"--access-token",
"${env:EXAMPLE_ACCESS_TOKEN}"
],
"alwaysAllow": [
"list_items",
"get_item",
"create_item"
]
},
"example-remote-server": {
"url": "https://example-mcp-server.com/api/endpoint?token=${env:EXAMPLE_API_TOKEN}"
}
}
}