my-mcp-server
If you are the rightful owner of my-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
My MCP Server is a personal Model Context Protocol server designed for integration with various platforms, particularly for use with VSCode.
My MCP Server
自分用の MCP サーバー
使用方法
VSCode でグローバルに使用したい場合は、settings.json に以下のように記述する。
args に記載しているパスは適宜修正すること。
(コマンドパレットから「MCP サーバーの追加コマンドを実行」を選択してもOK)
{
"mcp": {
"inputs": [],
"servers": {
"my-mcp-server": {
"command": "npx",
"args": ["ts-node", "/Users/ueki/pg/my/my-mcp-server/src/server.ts"]
},
}
}
}