research-prompt
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@research-prompttell a story about my grandfather's childhood"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Prompts
FastMCPを使用したMCP(Model Context Protocol)サーバーのサンプルプロジェクトです。
初期セットアップ
1. プロジェクトの初期化
uv init2. Pythonバージョンの指定
uv python pin 3.133. 依存関係のインストール
uv add fastmcp4. 仮想環境の有効化
source .venv/bin/activateRelated MCP server: MCP Inspector Server
MCPサーバーの実行
ローカルで直接実行
uv run main.pyまたは仮想環境を有効化した状態で:
python main.pyClaude Desktopとの接続
Claude Desktopの設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json)に以下を追加:
{
"mcpServers": {
"research-prompt": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp_prompts", "main.py"]
}
}
}/path/to/mcp_prompts は実際のプロジェクトパスに置き換えてください。
Claude Codeとの接続
claude mcp add research-prompt -- uv run --directory /path/to/mcp_prompts main.py提供されるプロンプト
get_family_story
トピックを主人公とした家族の物語を作成するプロンプトテンプレートを返します。
引数:
topic(string): 主人公の名前やテーマ
使用例:
get_family_story(topic="田中太郎")
# => "田中太郎 is the Protagonist and create a his family story."This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Kohei-Suzuki22/mcp_prompts_and_resources'
If you have feedback or need assistance with the MCP directory API, please join our Discord server