You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-13
Original file line number
Diff line number
Diff line change
@@ -10,36 +10,40 @@ A Model Context Protocol (MCP) server implementation that enables AI assistants
10
10
11
11
The mcp-kibela server provides the following features:
12
12
13
-
* 🔍 **Note Search**: Search Kibela notes by keywords
14
-
* 📝 **My Notes**: Fetch your latest notes
15
-
* 📖 **Note Content**: Get note content and comments by ID
16
-
* 🔗 **Note by Path**: Get note content by path
17
-
****
13
+
- 🔍 **Note Search**: Search Kibela notes by keywords
14
+
- 📝 **My Notes**: Fetch your latest notes
15
+
- 📖 **Note Content**: Get note content and comments by ID
16
+
- 🔗 **Note by Path**: Get note content by path
17
+
18
+
---
19
+
18
20
## Prerequisites 📋
19
21
20
22
Before you begin, ensure you have:
21
23
22
-
* Node.js (v18 or higher)
23
-
* MCP Client (Claude Desktop, Cursor, etc.)
24
-
* Kibela Access Token ([How to get a token](https://support.kibe.la/hc/ja/articles/360036089931-API%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%83%88%E3%83%BC%E3%82%AF%E3%83%B3%E3%81%AE%E5%8F%96%E5%BE%97%E6%96%B9%E6%B3%95%E3%82%92%E6%95%99%E3%81%88%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84))
25
-
* Git (if building from source)
26
-
24
+
- Node.js (v18 or higher)
25
+
- MCP Client (Claude Desktop, Cursor, etc.)
26
+
- Kibela Access Token ([How to get a token](https://support.kibe.la/hc/ja/articles/360036089931-API%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%83%88%E3%83%BC%E3%82%AF%E3%83%B3%E3%81%AE%E5%8F%96%E5%BE%97%E6%96%B9%E6%B3%95%E3%82%92%E6%95%99%E3%81%88%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84))
27
+
- Git (if building from source)
27
28
28
29
## Installation 🛠️
29
30
30
31
Choose one of the following installation methods:
31
32
32
33
### Using Smithery
34
+
33
35
```bash
34
36
npx -y @smithery/cli install @kj455/mcp-kibela --client claude
0 commit comments