0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WindowsでcipherMCPサーバーを使う

Posted at

Windowsにはcipherコマンドがあり、@byterover/ciphercipherコマンドより優先される

解決

cipherコマンドの代わりに以下を用いる
npx @byterover/cipher --mode mcp

cursorの設定

windowsでcursorを使うケースの設定。ひとまずこれでQdrantに保存可能。

mcp.json
"cipher": {
      "command": "npx",
      "args": ["@byterover/cipher","--mode", "mcp"],
      "env":{
	      "OPENAI_API_KEY":"your api key"
	      "VECTOR_STORE_TYPE":"qdrant"
	      "VECTOR_STORE_URL":"https:// your endpoint url"
	      "VECTOR_STORE_API_KEY":"your vectorstore api key"

補足

VECTOR_STORE_API_KEYが間違っていても代替としてSQliteが起動するようである。Cursor上では正常判定されたため悩んだ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?