To install dependencies:
bun install
To run:
bun run index.ts
Settings:
This project was created using bun init
in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
{
"mcpServers": {
"example-server": {
"command": "/root/.bun/bin/bun", # Use full path to bun executable
"args": ["run", "/workspace/mcp-server/index.ts"], # Use full path to index.ts
"env": {}
}
}
}
{
"mcpServers": {
"example-server": {
"env": {},
"args": [
"run",
"/workspace/mcp-server/index.ts"
],
"command": "bun"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.