Genkit MCP
Official
by firebase
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
PUBMED_API_KEY | No | Optional API key for higher rate limits |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
simple_prompt | A prompt without arguments |
complex_prompt | A prompt with arguments |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Resource 1 | |
Resource 2 | |
Resource 3 | |
Resource 4 | |
Resource 5 | |
Resource 6 | |
Resource 7 | |
Resource 8 | |
Resource 9 | |
Resource 10 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
echo | Echoes back the input |
add | Adds two numbers |
printEnv | Prints all environment variables, helpful for debugging MCP server configuration |
longRunningOperation | Demonstrates a long running operation with progress updates |
sampleLLM | Samples from an LLM using MCP's sampling feature |
getTinyImage | Returns the MCP_TINY_IMAGE |