Skip to main content
Glama
znehraks

MCP Notepad Server

by znehraks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_note

새로운 메모를 생성합니다. 제목과 내용을 입력받고, 선택적으로 태그를 추가할 수 있습니다.

update_note

기존 메모를 수정합니다. 제목, 내용, 태그를 변경할 수 있습니다.

delete_note

메모를 삭제합니다.

search_notes

키워드로 메모를 검색합니다. 제목, 내용, 태그에서 검색합니다.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_note선택한 메모의 내용을 요약합니다.
extract_tags메모 내용에서 적절한 태그를 추출하여 제안합니다.
organize_notes저장된 모든 메모를 분석하여 정리 방법을 제안합니다.

Resources

Contextual data attached and managed by the client

NameDescription
notes-list저장된 모든 메모의 목록을 제공합니다.

Latest Blog Posts

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/znehraks/mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server