quillink-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUILLINK_TOKEN | No | A Personal Access Token — bypasses OAuth login entirely | |
| QUILLINK_API_BASE | No | Override the API base URL (default: production) | |
| QUILLINK_CLIENT_ID | No | Override the OAuth client id used by `login` |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notesA | List the caller's notes. folder_id="" lists notes with no folder; omit it to list across all folders. status is "active" or "trashed". Locked notes are included but their body is withheld (null). |
| get_noteA | Get a single note by id. Fails with 403 if it isn't owned by the caller, 404 if it doesn't exist. |
| search_notesA | Full-text search over the caller's active notes' titles and body text. Locked notes only match on title (their body is never substring-matched, so a search hit can't leak hidden content). |
| get_note_statsA | Aggregate stats: total active notes, total storage bytes used, pinned-note count, and a created-at histogram by day. |
| list_note_recipientsA | List who a note (owned by the caller) has been shared with. |
| list_shared_notesA | List notes that have been shared with the caller by someone else (received copies), most recently shared first. |
| list_foldersC | List the caller's notebooks/folders. |
| get_folderA | Get a single folder by id. |
| list_tagsA | List every tag used across the caller's active notes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dagistankaradeniz/gcp-note-taking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server